LoginSignup
0
0

More than 5 years have passed since last update.

CocoaPodsにまだ登録されてないライブラリをアップデート

Posted at

cocoapodsにあるpjsipは、2.6だが、Githubには2.7.1が既にあるので、そっちを使いたい。

Podfileに以下の記述でOK。

  pod 'pjsip', :git => 'https://github.com/chebur/pjsip.git'

自分でspecをつくって行う方法もあるけど、この方法で大丈夫だった。

参考:
http://please-sleep.cou929.nu/specify-external-module-in-podfile.html

0
0
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
0
0