facebook twitter hatena line email

「Ios/swift/外部ライブラリ/GoogleAnalytics」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(インストール)
行7: 行7:
 
  end
 
  end
 
  $ pod install
 
  $ pod install
 +
 +
==サンプル==
 +
作成中
 +
 +
==参考==
 +
https://blog.hello-world.jp.net/ios/3560/

2016年7月28日 (木) 22:57時点における版

インストール

$ vi Podfile
platform :ios, '9.0'
target 'Helloworld' do
 use_frameworks!
 pod "GoogleAnalytics"
end
$ pod install

サンプル

作成中

参考

https://blog.hello-world.jp.net/ios/3560/