I discovered three ways of installing Google Analytics pod:
1. Here https://cocoapods.org/pods/GoogleAnalytics the documentation says to
install in the next way
pod 'GoogleAnalytics'
2. On the same site the button "Installation Guide" says to install like
pod 'GoogleAnalytics', '~> 3.14'
3. The official site
https://developers.google.com/analytics/devguides/collection/ios/v3/ says to
install like
pod 'Google/Analytics'
From all above the last one is correct.
Regards.
Original issue reported on code.google.com by sheon...@gmail.com on 17 Nov 2015 at 9:12
Original issue reported on code.google.com by
sheon...@gmail.com
on 17 Nov 2015 at 9:12