[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / f / 7 / GDTest / 0.0.12 / GDTest.podspec.json
blob2d8c794bc5c0a4db910905ceb34014434ad56da6
2   "name": "GDTest",
3   "version": "0.0.12",
4   "summary": "GD SDK for iOS developers",
5   "homepage": "https://github.com/guodong10518/GDTest",
6   "license": "MIT",
7   "authors": {
8     "guodong10518": "guodong10518@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/guodong10518/GDTest.git",
15     "tag": "0.0.12"
16   },
17   "requires_arc": true,
18   "vendored_libraries": "GDTest/libGDTest.a",
19   "resources": "GDTest/GDMobileSDKResource.bundle",
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-ObjC"
22   },
23   "default_subspecs": [
24     "GDUtils",
25     "GDBasics",
26     "GDViews",
27     "GDControllers",
28     "GDStorages",
29     "GDNetwork"
30   ],
31   "subspecs": [
32     {
33       "name": "GDUtils",
34       "source_files": "GDTest/Header/GDUtils/*.h",
35       "public_header_files": "GDTest/Header/GDUtils/*.h",
36       "frameworks": [
37         "UIKit",
38         "Security",
39         "MapKit",
40         "CoreLocation",
41         "AVFoundation",
42         "QuartzCore"
43       ],
44       "dependencies": {
45         "JSONModel": [
46           "~> 1.0.2"
47         ],
48         "SDWebImage": [
49           "~> 3.7.1"
50         ],
51         "MJRefresh": [
53         ],
54         "MBProgressHUD": [
55           "~> 0.9.1"
56         ],
57         "IQKeyboardManager": [
59         ],
60         "NJKWebViewProgress": [
62         ]
63       }
64     },
65     {
66       "name": "GDBasics",
67       "source_files": "GDTest/Header/GDBasic/*.h",
68       "public_header_files": "GDTest/Header/GDBasic/*.h",
69       "frameworks": "JavaScriptCore",
70       "dependencies": {
71         "GDTest/GDUtils": [
73         ]
74       }
75     },
76     {
77       "name": "GDViews",
78       "source_files": "GDTest/Header/GDViews/**/*.h",
79       "public_header_files": "GDTest/Header/GDViews/**/*.h",
80       "header_mappings_dir": "GDTest/Header/GDViews/",
81       "frameworks": "MediaPlayer",
82       "dependencies": {
83         "GDTest/GDUtils": [
85         ]
86       }
87     },
88     {
89       "name": "GDControllers",
90       "source_files": "GDTest/Header/GDControllers/*.h",
91       "public_header_files": "GDTest/Header/GDControllers/*.h",
92       "dependencies": {
93         "GDTest/GDUtils": [
95         ]
96       }
97     },
98     {
99       "name": "GDStorages",
100       "source_files": "GDTest/Header/GDStorages/*.h",
101       "public_header_files": "GDTest/Header/GDStorages/*.h",
102       "dependencies": {
103         "GDTest/GDUtils": [
105         ]
106       }
107     },
108     {
109       "name": "GDNetwork",
110       "source_files": "GDTest/Header/GDNetwork/*.h",
111       "public_header_files": "GDTest/Header/GDNetwork/*.h",
112       "dependencies": {
113         "GDTest/GDUtils": [
115         ]
116       }
117     },
118     {
119       "name": "GDServices",
120       "source_files": "GDTest/Header/GDServices/*.h",
121       "public_header_files": "GDTest/Header/GDServices/*.h",
122       "dependencies": {
123         "GDTest/GDUtils": [
125         ],
126         "GDTest/GDNetwork": [
128         ]
129       }
130     }
131   ]