HKFoundation / AppUIKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppUIKit

git指令
git add -A && git commit -m ""
git push origin master
git tag 0.0.2
git push origin 0.0.3

关联远程配置文件
cd ~/.cocoapods/repos
pod repo add Config https://github.com/HKFoundation/Config.git

验证私有库
pod spec lint --sources='https://github.com/HKFoundation/Config.git,https://github.com/CocoaPods/Specs.git'

将私有库放到远程索引库中
pod repo push Config AppUIKit.podspec

About

License:MIT License


Languages

Language:Objective-C 76.8%Language:Ruby 23.2%