6
6

More than 5 years have passed since last update.

続・最速podspec自炊研究会

Last updated at Posted at 2013-08-20

http://qiita.com/laiso/items/f7509a953b08f7cb8469 から

今は以下のようにできるので楽です。

Podfile
pod 'PonyDebugger', :podspec => 'config/pods/PonyDebugger.podspec'
pod 'libPusher', :path => '~/path/libPusher'

開発中自作モジュール、Specsリポジトリにないもの。デバッグなどに使います。

またlintがかなり精密に検査してくれるようになりました。git submoduleの依存ソースを実際に取得してテンポラリなプロジェクト作ってxcodebuildでビルドできるかどうかまで検査してくれる。

pod spec lint --verbose *.podspec
6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6