[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 7 / a / 8 / Zhuge / 1.3.5 / Zhuge.podspec.json
blob14282ad3aac837dee8c12e3659f167ebd78b25f3
2   "name": "Zhuge",
3   "version": "1.3.5",
4   "summary": "iOS tracking library for Zhuge Analytics",
5   "homepage": "http://zhuge.io",
6   "license": "MIT",
7   "authors": {
8     "37degree,Inc": "support@37degree.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/zhugesdk/zhuge-ios.git",
15     "tag": "1.3.5"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation",
20     "SystemConfiguration",
21     "CoreTelephony",
22     "Accelerate",
23     "CoreGraphics",
24     "QuartzCore"
25   ],
26   "source_files": [
27     "Classes",
28     "Zhuge/**/Zhuge*.{h,m}"
29   ],
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "no-arc",
34       "source_files": "Zhuge/ZG_OpenUDID.{h,m}",
35       "requires_arc": false
36     }
37   ]