[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 2 / d / f / Zhugeio / 2.0.5 / Zhugeio.podspec.json
blobbdb8de6f71db15763efa7774fac067d5f1c65ca7
2   "name": "Zhugeio",
3   "version": "2.0.5",
4   "summary": "iOS tracking library for Zhugeio Analytics",
5   "homepage": "http://zhugeio.com",
6   "license": "MIT",
7   "authors": {
8     "Zhugeio,Inc": "info@zhugeio.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/zhugesdk/zhuge-ios.git",
15     "tag": "2.0.5"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Zhugeio",
19   "subspecs": [
20     {
21       "name": "Zhugeio",
22       "source_files": "Zhuge/**/*.{m,h}",
23       "resources": [
24         "Zhuge/**/*.json"
25       ],
26       "frameworks": [
27         "UIKit",
28         "Foundation",
29         "SystemConfiguration",
30         "CoreTelephony",
31         "Accelerate",
32         "CoreGraphics",
33         "QuartzCore",
34         "Security",
35         "CoreMotion"
36       ],
37       "libraries": [
38         "icucore",
39         "z"
40       ]
41     },
42     {
43       "name": "AppExtension",
44       "source_files": [
45         "Zhuge/Zhuge.{m,h}",
46         "Zhuge/ZGLog.h",
47         "Zhuge/*.{m,h}"
48       ],
49       "xcconfig": {
50         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ZHUGE_APP_EXTENSION"
51       },
52       "frameworks": [
53         "UIKit",
54         "Foundation",
55         "SystemConfiguration",
56         "CoreTelephony",
57         "Accelerate",
58         "CoreGraphics",
59         "QuartzCore",
60         "Security",
61         "CoreMotion"
62       ],
63       "libraries": [
64         "icucore",
65         "z"
66       ]
67     }
68   ]