kotmyrevich / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Cocoapods - installation of Analytics pod (IOS) #793

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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