[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / c / 1 / KKSimpleAnalytics / 0.2.1 / KKSimpleAnalytics.podspec.json
blob567795a116527d4eef91942e98064d41864a45e8
2   "name": "KKSimpleAnalytics",
3   "version": "0.2.1",
4   "summary": "Google Analytics made Simple. Automatic page view tracking",
5   "description": "                       Google Analytics page tracking. \n\n                       * No need to use google analytics UIIviewController subclasses. Just give a name to\n                       * UIViewController and page view will be send automatically. \n",
6   "homepage": "https://medium.com/@KostiaKoval",
7   "license": "MIT",
8   "authors": {
9     "Konstantin Koval": "konstantin.koval1@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/konstantinkoval/KKSimpleAnalytics.git",
13     "tag": "0.2.1"
14   },
15   "social_media_url": "https://twitter.com/KostiaKoval",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "source_files": "KKSimpleAnalytics/**/*.{h,m}",
21   "dependencies": {
22     "GoogleAnalytics-iOS-SDK": [
23       "3.0.3c"
24     ],
25     "JRSwizzle": [
26       "1.0"
27     ]
28   }