使用CocoaPod打包sdk(frame)

  • Post author:
  • Post category:其他


1.需要安装

cocoapods-packager

sudo gem install cocoapods-packager

2.私有库验证

pod spec lint –sources=’http://appinstall.aiyoumi.com:8282/iOS/ACSpecsRepo.git,https://github.com/CocoaPods/Specs’

3.打包

pod package AYMSDKLoginAuth.podspec –spec-sources=’http://appinstall.aiyoumi.com:8282/iOS/ACSpecsRepo.git,https://github.com/CocoaPods/Specs’ –force

转载于:https://www.cnblogs.com/gumengli/p/9390867.html