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