2018-08-18

自定义库添加到pods

1.github上 添加新库设置

2018-08-18_第1张图片

2.Terminal 切到本地文件夹  git clone https://github.com/Arki-Jester/AJSDK.git

3.自定义库拖入上述文件夹

4.pod spec create AJSDK


2018-08-18_第2张图片

5.git add .

  git commit -m 'xxx'

  git push

6.git tag 1.0.0 (版本号)

   git push origin 1.0.0 (tag版本号)

7.pod spec lint AJSDK.podspec   (验证合法性)

8.pod trunk push

你可能感兴趣的:(2018-08-18)