Carthage
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(Carthage);
*目次 [#h44e60ca]
#contents
*関連ページ [#hddc1469]
*参考情報 [#ydf639e6]
-[[Carthage(カルタゴ)の使い方まとめ - Qiita:https://qii...
*使用方法 [#z95cde8f]
-brewでインストール
brew install carthage
-プロジェクトでCartfileファイルを作成
github "Alamofire/Alamofire" == 3.5.0
github "SVProgressHUD/SVProgressHUD" == 2.0.3
-コマンド実行
$ carthage update --platform iOS
終了行:
&tag(Carthage);
*目次 [#h44e60ca]
#contents
*関連ページ [#hddc1469]
*参考情報 [#ydf639e6]
-[[Carthage(カルタゴ)の使い方まとめ - Qiita:https://qii...
*使用方法 [#z95cde8f]
-brewでインストール
brew install carthage
-プロジェクトでCartfileファイルを作成
github "Alamofire/Alamofire" == 3.5.0
github "SVProgressHUD/SVProgressHUD" == 2.0.3
-コマンド実行
$ carthage update --platform iOS
ページ名: