[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 9 / e / ThorWebViewSDK / 0.1.4 / ThorWebViewSDK.podspec.json
blobcbeaa4405918e2096f0d54994e77854c4a714518
2   "name": "ThorWebViewSDK",
3   "version": "0.1.4",
4   "summary": "ThorWebViewSDK for ios.",
5   "description": "索尔风控系统对外SDK for ios.",
6   "homepage": "https://gitee.com/lin_zi_ios/ThorWebViewSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "panfei mao": "843158788@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/lin_zi_ios/ThorWebViewSDK.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "ThorWebViewSDK/ThorFramework.h",
22   "source_files": "ThorWebViewSDK/ThorFramework.h",
23   "libraries": "z",
24   "resource_bundles": {
25     "ThorFramework": [
26       "ThorWebViewSDK/Resources/*.png"
27     ]
28   },
29   "dependencies": {
30     "AFNetworking": [
32     ],
33     "YTKNetwork": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "MoxieSDK",
40       "public_header_files": "ThorWebViewSDK/MoxieSDK/include/MoxieSDK/MoxieSDK.h",
41       "source_files": "ThorWebViewSDK/MoxieSDK/**/*"
42     },
43     {
44       "name": "ThorCategory",
45       "public_header_files": "ThorWebViewSDK/ThorCategory/MarsCategory.h",
46       "source_files": "ThorWebViewSDK/ThorCategory/MarsCategory.h",
47       "frameworks": [
48         "UIKit",
49         "Foundation"
50       ],
51       "subspecs": [
52         {
53           "name": "NSData",
54           "public_header_files": "ThorWebViewSDK/ThorCategory/NSData/*.h",
55           "source_files": "ThorWebViewSDK/ThorCategory/NSData/*.{h,m}"
56         },
57         {
58           "name": "NSDictionary",
59           "public_header_files": "ThorWebViewSDK/ThorCategory/NSDictionary/*.h",
60           "source_files": "ThorWebViewSDK/ThorCategory/NSDictionary/*.{h,m}"
61         },
62         {
63           "name": "UIDevice",
64           "public_header_files": "ThorWebViewSDK/ThorCategory/UIDevice/*.h",
65           "source_files": "ThorWebViewSDK/ThorCategory/UIDevice/*.{h,m}"
66         },
67         {
68           "name": "NSString",
69           "public_header_files": "ThorWebViewSDK/ThorCategory/NSString/*.h",
70           "source_files": "ThorWebViewSDK/ThorCategory/NSString/*.{h,m}",
71           "dependencies": {
72             "ThorWebViewSDK/ThorCategory/NSData": [
74             ]
75           }
76         },
77         {
78           "name": "NSURL",
79           "public_header_files": "ThorWebViewSDK/ThorCategory/NSURL/*.h",
80           "source_files": "ThorWebViewSDK/ThorCategory/NSURL/*.{h,m}"
81         },
82         {
83           "name": "UIViewController",
84           "public_header_files": "ThorWebViewSDK/ThorCategory/UIViewController/*.h",
85           "source_files": "ThorWebViewSDK/ThorCategory/UIViewController/*.{h,m}"
86         }
87       ]
88     },
89     {
90       "name": "ThorManager",
91       "public_header_files": "ThorWebViewSDK/ThorManager/MarsManager.h",
92       "source_files": "ThorWebViewSDK/ThorManager/MarsManager.h",
93       "dependencies": {
94         "ThorWebViewSDK/ThorCategory": [
96         ]
97       },
98       "frameworks": [
99         "Contacts",
100         "ContactsUI",
101         "AddressBook",
102         "AddressBookUI",
103         "AVFoundation",
104         "CoreLocation"
105       ],
106       "subspecs": [
107         {
108           "name": "AddressBook",
109           "public_header_files": "ThorWebViewSDK/ThorManager/AddressBook/*.h",
110           "source_files": "ThorWebViewSDK/ThorManager/AddressBook/*.{h,m}"
111         },
112         {
113           "name": "Authorize",
114           "public_header_files": "ThorWebViewSDK/ThorManager/Authorize/*.h",
115           "source_files": "ThorWebViewSDK/ThorManager/Authorize/*.{h,m}"
116         },
117         {
118           "name": "Emergency",
119           "public_header_files": "ThorWebViewSDK/ThorManager/Emergency/*.h",
120           "source_files": "ThorWebViewSDK/ThorManager/Emergency/*.{h,m}"
121         },
122         {
123           "name": "Location",
124           "public_header_files": "ThorWebViewSDK/ThorManager/Location/*.h",
125           "source_files": "ThorWebViewSDK/ThorManager/Location/*.{h,m}",
126           "dependencies": {
127             "ThorWebViewSDK/ThorManager/Authorize": [
129             ]
130           }
131         },
132         {
133           "name": "BaseDevice",
134           "public_header_files": "ThorWebViewSDK/ThorManager/BaseDevice/*.h",
135           "source_files": "ThorWebViewSDK/ThorManager/BaseDevice/*.{h,m}",
136           "dependencies": {
137             "ThorWebViewSDK/ThorManager/Location": [
139             ]
140           }
141         }
142       ]
143     },
144     {
145       "name": "ThorConfig",
146       "public_header_files": "ThorWebViewSDK/ThorConfig/*.h",
147       "source_files": "ThorWebViewSDK/ThorConfig/*.{h,m}"
148     },
149     {
150       "name": "ThorService",
151       "public_header_files": "ThorWebViewSDK/ThorService/*.h",
152       "source_files": "ThorWebViewSDK/ThorService/*.{h,m}"
153     },
154     {
155       "name": "ThorWebView",
156       "public_header_files": "ThorWebViewSDK/ThorWebView/ThorWebViewController.h",
157       "dependencies": {
158         "ThorWebViewSDK/ThorCategory": [
160         ],
161         "ThorWebViewSDK/ThorManager": [
163         ],
164         "ThorWebViewSDK/ThorConfig": [
166         ],
167         "ThorWebViewSDK/ThorService": [
169         ],
170         "ThorWebViewSDK/MoxieSDK": [
172         ]
173       },
174       "source_files": "ThorWebViewSDK/ThorWebView/*.{h,m}",
175       "vendored_libraries": "ThorWebViewSDK/MoxieSDK/libMoxieSDK.a"
176     }
177   ]