使用CocoaPod打包sdk(frame)
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