Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Easy CocoaPods checklist and tutorial

License

NotificationsYou must be signed in to change notification settings

thellimist/EZPods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

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.

Pods Creation

CheckList

  1. New Repo
  2. "Initialize this repository with a README"
  3. License "MIT"
  4. cd /your/path &mkdir MyRepo &cd MyRepo
  5. git init &git remote add origin https://github.com/<username>/MyRepo.git &git pull
  6. touch myrepo.podspec &example podspec
  7. pod lib lint MyRepo.podspec. For errorspod lib lint MyRepo.podspec --verbose
  8. git add . &git commit -m "Added pods" &git push
  9. Create newrelease
  10. pod trunk push MyRepo.podspec

Steps In Detail

Check here

Pods Update CheckList

  1. Update your project withgit pull origin master
  2. Updates.version insideMyRepo.podspec
  3. Check local errors withpod lib lint MyRepo.podspec
  4. git add . &git commit -m "Update pods version"
  5. git push origin master
  6. Make a new release
  7. pod trunk push MyRepo.podspec

About

Easy CocoaPods checklist and tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp