Ios/swift/外部ライブラリ/GoogleAnalytics
インストール
$ vi Podfile platform :ios, '9.0' target 'Helloworld' do use_frameworks! pod "GoogleAnalytics" end $ pod install
$ vi Podfile platform :ios, '9.0' target 'Helloworld' do use_frameworks! pod "GoogleAnalytics" end $ pod install
|
|