- Notifications
You must be signed in to change notification settings - Fork4
Easy CocoaPods checklist and tutorial
License
NotificationsYou must be signed in to change notification settings
thellimist/EZPods
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Easy CocoaPods checklist and tutorial
This method is not recommended for maintaining large repos. This method is adviced for small repo's likeSwiftRandom,EZAlertController.
- If this is your first time adding cocoapods check outSteps In Detail.
- If you are familiar with pods check out thePods Creation CheckList
- If you want to update a already added pod checkoutPods Update CheckList
- New Repo
- "Initialize this repository with a README"
- License "MIT"
cd /your/path&mkdir MyRepo&cd MyRepogit init&git remote add origin https://github.com/<username>/MyRepo.git&git pulltouch myrepo.podspec&example podspecpod lib lint MyRepo.podspec. For errorspod lib lint MyRepo.podspec --verbosegit add .&git commit -m "Added pods"&git push- Create newrelease
pod trunk push MyRepo.podspec
- Update your project with
git pull origin master - Update
s.versioninsideMyRepo.podspec - Check local errors with
pod lib lint MyRepo.podspec git add .&git commit -m "Update pods version"git push origin master- Make a new release
pod trunk push MyRepo.podspec
About
Easy CocoaPods checklist and tutorial
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors2
Uh oh!
There was an error while loading.Please reload this page.