CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

WyxPod 0.1.1

WyxPod 0.1.1

Maintained by wyxuan.



WyxPod 0.1.1

  • By
  • wangyongxuan

WyxPod

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

WyxPod is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'WyxPod'

Author

wangyongxuan, [email protected]

License

WyxPod is available under the MIT license. See the LICENSE file for more info.

Des

pod创建:git上创建仓库 组件化:pod lib create podName git add . git commit -m "config" git remote add origin https://github.com/wyxuan/WyxPod.git git push -u origin master

验证:pod lib lint WyxPod.podspec///pod lib lint WyxPod.podspec --allow-warnings 出现错误:xcrun: error: unable to find utility "simctl", not a developer tool or in PA xcode偏好locactions中指定command line tools 提交:打tag 查看WyxPod.podspec :s.version = '0.1.0'版本 git tag 0.1.0 git push origin 0.1.0 spec验证: pod spec lint WyxPod.podspec --allow-warnings 发布spec: pod trunk push WyxPod.podspec [!] You need to register a session first. 执行: pod trunk me 检查是否有账号 pod trunk register [email protected] "wyxuan" --description='pod的创建' 在执行:pod trunk push WyxPod.podspec/// pod trunk push WyxPod.podspec --allow-warnings 搜索检验:前往这个路径下~/Library/Caches/CocoaPods删除search_index.json文件 , 或者使用终端命令删除: rm ~/Library/Caches/CocoaPods/search_index.json