{"id":18270052,"url":"https://github.com/thellimist/EZPods","last_synced_at":"2025-04-04T23:31:40.085Z","repository":{"id":134913205,"uuid":"46013999","full_name":"thellimist/EZPods","owner":"thellimist","description":"Easy CocoaPods checklist and tutorial","archived":false,"fork":false,"pushed_at":"2016-11-17T11:21:44.000Z","size":11,"stargazers_count":51,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T10:48:51.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thellimist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-11T22:31:55.000Z","updated_at":"2022-03-10T23:20:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"379cb7d6-3e6a-468a-94fd-8e88fd37d041","html_url":"https://github.com/thellimist/EZPods","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thellimist%2FEZPods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thellimist%2FEZPods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thellimist%2FEZPods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thellimist%2FEZPods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thellimist","download_url":"https://codeload.github.com/thellimist/EZPods/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266476,"owners_count":20910831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:38:15.487Z","updated_at":"2025-04-04T23:31:40.079Z","avatar_url":"https://github.com/thellimist.png","language":null,"funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"# EZPods\nEasy CocoaPods checklist and tutorial\n\nThis method is not recommended for maintaining large repos. This method is adviced for small repo's like [SwiftRandom](https://github.com/thellimist/SwiftRandom), [EZAlertController](https://github.com/thellimist/EZAlertController).\n\n- If this is your first time adding cocoapods check out [Steps In Detail](https://github.com/thellimist/EZPods#steps-in-detail).\n- If you are familiar with pods check out the [Pods Creation CheckList](https://github.com/thellimist/EZPods#checklist)\n- If you want to update a already added pod checkout [Pods Update CheckList](https://github.com/thellimist/EZPods#pods-update-checklist)\n\n### Pods Creation \n\n#### CheckList\n\n1. [New Repo](https://github.com/new)\n2. \"Initialize this repository with a README\"\n3. License \"MIT\"\n4. `cd /your/path` \u0026 `mkdir MyRepo` \u0026 `cd MyRepo`\n5. `git init` \u0026 `git remote add origin https://github.com/\u003cusername\u003e/MyRepo.git` \u0026 `git pull`\n6. `touch myrepo.podspec` \u0026 [example podspec](https://github.com/thellimist/SwiftRandom/blob/master/SwiftRandom.podspec)\n7.  `pod lib lint MyRepo.podspec`. For errors `pod lib lint MyRepo.podspec --verbose`\n8.  `git add .` \u0026 `git commit -m \"Added pods\"` \u0026 `git push`\n9.  Create new [release](https://github.com/\u003cusername\u003e/MyRepo/releases/new)\n10. `pod trunk push MyRepo.podspec`\n\n#### Steps In Detail\n\n[Check here](https://github.com/thellimist/EZPods/blob/master/Pod%20Creation.md)\n\n### Pods Update CheckList\n\n1. Update your project with `git pull origin master\n`\n2. Update `s.version` inside `MyRepo.podspec`\n3. Check local errors with `pod lib lint MyRepo.podspec`\n4. `git add .` \u0026 `git commit -m \"Update pods version\"`\n5. `git push origin master`\n6. Make a new [release](`https://github.com/\u003cusername\u003e/MyRepo/releases)\n7. `pod trunk push MyRepo.podspec`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthellimist%2FEZPods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthellimist%2FEZPods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthellimist%2FEZPods/lists"}