[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / f / NSObjectExtend / 1.8.0 / NSObjectExtend.podspec.json
blob0707a5a2e3e94546b13dcd285c22c40997f1c991
2   "name": "NSObjectExtend",
3   "version": "1.8.0",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "NS系列库扩充方法.",
8   "homepage": "http://blog.isteven.cn",
9   "authors": {
10     "Steven": "qzs21@qq.com"
11   },
12   "source": {
13     "git": "https://github.com/qzs21/NSObjectExtend.git",
14     "tag": "1.8.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "default_subspecs": "All",
20   "subspecs": [
21     {
22       "name": "All",
23       "source_files": "Classes/NSObjectExtend.h",
24       "ios": {
25         "dependencies": {
26           "NSObjectExtend/Core": [
28           ],
29           "NSObjectExtend/UIKit": [
31           ],
32           "NSObjectExtend/CoreLocation": [
34           ]
35         }
36       }
37     },
38     {
39       "name": "Core",
40       "libraries": "z",
41       "resources": "Classes/Core/Resource/*.lproj",
42       "requires_arc": true,
43       "source_files": [
44         "Classes/Core/*.{h,m}"
45       ]
46     },
47     {
48       "name": "UIKit",
49       "requires_arc": true,
50       "frameworks": [
51         "UIKit",
52         "QuartzCore"
53       ],
54       "ios": {
55         "dependencies": {
56           "NSObjectExtend/Core": [
58           ]
59         }
60       },
61       "source_files": [
62         "Classes/UIKit/*.{h,m}"
63       ]
64     },
65     {
66       "name": "CoreLocation",
67       "requires_arc": true,
68       "frameworks": "CoreLocation",
69       "ios": {
70         "dependencies": {
71           "NSObjectExtend/Core": [
73           ]
74         }
75       },
76       "source_files": [
77         "Classes/CoreLocation/*.{h,m}"
78       ]
79     }
80   ]