To use the listed specs add the following lines to your pod file
source 'https://github.com/appchief/AppChiefSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'
1- Update lib version in .podspec
file
2- Commit and push changes
3- Set tag with git tag [NEW_VERSION]
4- Push tag with git push --tags
5- On library folder call this
pod repo push AppChiefSpecs [LIBRARY_NAME].podspec --allow-warnings
Create and Distribute Private Libraries with Cocoapods Cocoapods: Private Pods