[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / d / NTAnalytics / 0.50 / NTAnalytics.podspec.json
blob410f5e83211f3a09c28cd062473eaaf89f8bfcad
2   "name": "NTAnalytics",
3   "version": "0.50",
4   "summary": "NTAnalytics - A Provider-based system to integrate Analytics systems such at Flurry or Google Analytics",
5   "homepage": "https://github.com/NagelTech/NTAnalytics",
6   "license": {
7     "type": "MIT",
8     "file": "license.txt"
9   },
10   "authors": {
11     "Ethan Nagel": "eanagel@gmail.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/NagelTech/NTAnalytics.git",
18     "tag": "0.50"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Core"
25     },
26     {
27       "name": "Flurry",
28       "source_files": "Flurry",
29       "dependencies": {
30         "NTAnalytics/Core": [
32         ],
33         "FlurrySDK": [
35         ]
36       }
37     },
38     {
39       "name": "Google",
40       "source_files": "Google",
41       "dependencies": {
42         "NTAnalytics/Core": [
44         ],
45         "GoogleAnalytics-iOS-SDK": [
46           "~> 2.0beta4"
47         ]
48       }
49     }
50   ]