diff --git a/README.md b/README.md index a4504a0b..050544be 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ pod 'TwitterKit5' ``` 2. Upload the TwitterKit.zip file somewhere and get a [URL](https://swarm-dev.s3.amazonaws.com/pods/twitterkit/ios/5.0.0/TwitterKit.zip) points to it. 3. Change your [podspec file](https://raw.githubusercontent.com/touren/twitter-kit-ios/Swift5/TwitterKit/TwitterKit.podspec) as: s.source = { :http => "" } -4. Change your Podfile as: `pod "TwitterKit"` ==> `pod "TwitterKit", :podspec => ""` +4. Change your Podfile as: `pod "TwitterKit"` ==> `pod "TwitterKit", :podspec => ""` **How to build and push to CocoaPods TwitterKit5**