Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 696 Bytes

Cocoapods.md

File metadata and controls

42 lines (27 loc) · 696 Bytes

Cocoapods

安装

gem install cocoapods

Podfile

  • use_frameworks! 使用 frameworks,而不使用静态库
  • inhibit_all_warnings! 继承所有警告,Xcode 中显示 cocoapods 工程的警告

lib

开发 pod 库

用Cocoapods的模板

$ pod lib create GreedAppleWallet

用自定义的模板

$ pod lib create GreedAppleWallet --template-url=https://github.com/GreedBell/pod-template

lint

pod lib lint GreedAppleWallet.podspec

trunk

发布 pod 库