[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / e / 0 / GRKAnalytics / 1.0 / GRKAnalytics.podspec.json
blob113a7b080f233800401a5d3c2fee5ea1072577d0
2   "name": "GRKAnalytics",
3   "version": "1.0",
4   "summary": "A lightweight abstraction for underlying analytics providers.",
5   "homepage": "https://github.com/levigroker/GRKAnalytics",
6   "license": "Creative Commons Attribution 3.0 Unported License",
7   "authors": {
8     "Levi Brown": "levigroker@gmail.com"
9   },
10   "social_media_url": "https://twitter.com/levigroker",
11   "source": {
12     "git": "https://github.com/levigroker/GRKAnalytics.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "frameworks": "Foundation",
20   "description": "GRKAnalytics is a lightweight abstraction allowing for the agnostic use of multiple and varying analytics providers. Supported providers:  and Fabric.",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "*.{h,m}"
26       ]
27     },
28     {
29       "name": "Fabric",
30       "prefix_header_contents": "#define GRK_FABRIC_EXISTS 1",
31       "dependencies": {
32         "GRKAnalytics/Core": [
34         ]
35       },
36       "source_files": [
37         "Providers/GRKFabricProvider.{h,m}"
38       ],
39       "pod_target_xcconfig": {
40         "OTHER_LDFLAGS": "-Wl,-U,_OBJC_CLASS_$_Fabric,-U,_OBJC_CLASS_$_Crashlytics,-U,_OBJC_CLASS_$_Answers"
41       }
42     }
43   ]