Cocoapods have transitioned to a new system. There is now a "trunk" that you push to instead of updating the Github repo. As a result, only contributors can now submit official changes to the master repo.
See info here:
http://guides.cocoapods.org/making/getting-setup-with-trunk.html
and here:
http://blog.cocoapods.org/CocoaPods-Trunk/#trunk
and here:
CocoaPods/Specs#12199
Follow the getting started guide in the first link.
I think this should be enough:
pod trunk register <YOUR EMAIL> '<YOUR NAME>' --description='<COMPUTER NAME/SESSION NAME>'
pod trunk push SWTableViewCell.podspec
Cocoapods have transitioned to a new system. There is now a "trunk" that you push to instead of updating the Github repo. As a result, only contributors can now submit official changes to the master repo.
See info here:
http://guides.cocoapods.org/making/getting-setup-with-trunk.html
and here:
http://blog.cocoapods.org/CocoaPods-Trunk/#trunk
and here:
CocoaPods/Specs#12199
Follow the getting started guide in the first link.
I think this should be enough:
pod trunk register <YOUR EMAIL> '<YOUR NAME>' --description='<COMPUTER NAME/SESSION NAME>'pod trunk push SWTableViewCell.podspec