「Ios/swift/外部ライブラリ/GoogleAnalytics」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
|||
| 7行目: | 7行目: | ||
end | end | ||
$ pod install | $ pod install | ||
==サンプル== | |||
作成中 | |||
==参考== | |||
https://blog.hello-world.jp.net/ios/3560/ | |||
2016年7月28日 (木) 13:57時点における版
インストール
$ vi Podfile platform :ios, '9.0' target 'Helloworld' do use_frameworks! pod "GoogleAnalytics" end $ pod install
サンプル
作成中