Latest | 1.1.2 |
---|---|
Homepage | https://github.com/devYoungyang/YDCategories |
License | MIT |
Platforms | ios 5.0, requires ARC |
Frameworks | UIKit, CoreFoundation, CoreGraphics |
Authors |
lib support cocoapods
- 代码提交到远程仓库
git tag 0.0.1
加标签git push —tags
pod spec create YDCategories
创建.podspec文件pod trunk register [email protected]
注册账号pod lib lint --allow-warnings
验证podspec文件pod trunk push YDCategories.podspec —allow-warnings
提交本地索引库- 命令行
pod setup
, 创建本地索引库 pod search YDCategories
搜索库- 搜索报错 [!] Unable to find a pod with name, author, summary, or description matching YDCategories. 解决方案:删除
~/资源库/Caches/CocoaPods/search_index.json
pod search YDCategories
搜索库- 删除本地标签
git tag -d 1.1.0
- 删除远程标签 ‘git push origin :refs/tags/1.1.0’
Latest podspec
{ "name": "YDCategories", "version": "1.1.2", "summary": "u5e38u7528u7684u5206u7c7bu96c6u5408.", "homepage": "https://github.com/devYoungyang/YDCategories", "license": "MIT", "authors": { "Yang": "" }, "platforms": { "ios": "5.0" }, "source": { "git": "https://github.com/devYoungyang/YDCategories.git", "tag": "1.1.2" }, "source_files": "YDCategories/YDCategories.h", "frameworks": [ "UIKit", "CoreFoundation", "CoreGraphics" ], "requires_arc": true, "subspecs": [ { "name": "Base", "source_files": "YDCategories/Base/*.{h,m}" }, { "name": "Tools", "source_files": "YDCategories/Tools/*.{h,m}" } ] }
Tue, 20 Nov 2018 10:00:18 +0000