[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / a / f / c / GoogleAnalyticsHelper / 0.2.0 / GoogleAnalyticsHelper.podspec.json
blob7e01e6c6cc07730e9e051cf6456e72e236b357e2
2   "name": "GoogleAnalyticsHelper",
3   "version": "0.2.0",
4   "summary": "A simple wrapper for the official Google Analytics lib.",
5   "description": "A simple wrapper for the official Google Analytics lib. Write less code.",
6   "homepage": "https://github.com/permagnus/GoogleAnalyticsHelper",
7   "license": "MIT",
8   "authors": {
9     "Magnus Ottosson": "magnus@nixonnixon.se"
10   },
11   "source": {
12     "git": "https://github.com/permagnus/GoogleAnalyticsHelper.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/permagnus",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "GAH/**/*",
21   "public_header_files": "GAH/**/*.h",
22   "dependencies": {
23     "Google/Analytics": [
24       "~> 1.0.0"
25     ],
26     "GBDeviceInfo": [
27       "~> 3.2.0"
28     ]
29   }