[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 9 / e / ThorWebViewSDK / 0.1.3 / ThorWebViewSDK.podspec.json
blobbaf1623422345afc7e5e96ec3c6bb253d1b7a315
2   "name": "ThorWebViewSDK",
3   "version": "0.1.3",
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.3"
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/NSData+MarsBase64.h",
55           "source_files": "ThorWebViewSDK/ThorCategory/NSData/*.{h,m}"
56         },
57         {
58           "name": "NSDictionary",
59           "public_header_files": [
60             "ThorWebViewSDK/ThorCategory/NSDictionary/NSDictionary+MarsJSONString.h",
61             "ThorWebViewSDK/ThorCategory/NSDictionary/NSDictionary+MarsUrl.h"
62           ],
63           "source_files": "ThorWebViewSDK/ThorCategory/NSDictionary/*.{h,m}"
64         },
65         {
66           "name": "UIDevice",
67           "public_header_files": [
68             "ThorWebViewSDK/ThorCategory/UIDevice/UIDevice+MarsHardWare.h",
69             "ThorWebViewSDK/ThorCategory/UIDevice/UIDevice+MarsReachability.h"
70           ],
71           "source_files": "ThorWebViewSDK/ThorCategory/UIDevice/*.{h,m}"
72         },
73         {
74           "name": "NSString",
75           "public_header_files": [
76             "ThorWebViewSDK/ThorCategory/NSString/NSString+MarsBase64.h",
77             "ThorWebViewSDK/ThorCategory/NSString/NSString+MarsSafeUrlCode.h"
78           ],
79           "source_files": "ThorWebViewSDK/ThorCategory/NSString/*.{h,m}",
80           "dependencies": {
81             "ThorWebViewSDK/ThorCategory/NSData": [
83             ]
84           }
85         },
86         {
87           "name": "NSURL",
88           "public_header_files": "ThorWebViewSDK/ThorCategory/NSURL/NSURL+MarsQuery.h",
89           "source_files": "ThorWebViewSDK/ThorCategory/NSURL/*.{h,m}"
90         },
91         {
92           "name": "UIViewController",
93           "public_header_files": "ThorWebViewSDK/ThorCategory/UIViewController/UIViewController+MarsVisible.h",
94           "source_files": "ThorWebViewSDK/ThorCategory/UIViewController/*.{h,m}"
95         }
96       ]
97     },
98     {
99       "name": "ThorManager",
100       "public_header_files": "ThorWebViewSDK/ThorManager/MarsManager.h",
101       "source_files": "ThorWebViewSDK/ThorManager/MarsManager.h",
102       "dependencies": {
103         "ThorWebViewSDK/ThorCategory": [
105         ]
106       },
107       "frameworks": [
108         "Contacts",
109         "ContactsUI",
110         "AddressBook",
111         "AddressBookUI",
112         "AVFoundation",
113         "CoreLocation"
114       ],
115       "subspecs": [
116         {
117           "name": "AddressBook",
118           "public_header_files": "ThorWebViewSDK/ThorManager/AddressBook/MarsAddressBookManager.h",
119           "source_files": "ThorWebViewSDK/ThorManager/AddressBook/*.{h,m}"
120         },
121         {
122           "name": "Authorize",
123           "public_header_files": "ThorWebViewSDK/ThorManager/Authorize/MarsAuthorizeManager.h",
124           "source_files": "ThorWebViewSDK/ThorManager/Authorize/*.{h,m}"
125         },
126         {
127           "name": "Emergency",
128           "public_header_files": "ThorWebViewSDK/ThorManager/Emergency/MarsEmergencyContactManager.h",
129           "source_files": "ThorWebViewSDK/ThorManager/Emergency/*.{h,m}"
130         },
131         {
132           "name": "Location",
133           "public_header_files": "ThorWebViewSDK/ThorManager/Location/MarsLocationManager.h",
134           "source_files": "ThorWebViewSDK/ThorManager/Location/*.{h,m}",
135           "dependencies": {
136             "ThorWebViewSDK/ThorManager/Authorize": [
138             ]
139           }
140         },
141         {
142           "name": "BaseDevice",
143           "public_header_files": "ThorWebViewSDK/ThorManager/BaseDevice/ThorBaseManager.h",
144           "source_files": "ThorWebViewSDK/ThorManager/BaseDevice/*.{h,m}",
145           "dependencies": {
146             "ThorWebViewSDK/ThorManager/Location": [
148             ]
149           }
150         }
151       ]
152     },
153     {
154       "name": "ThorConfig",
155       "public_header_files": "ThorWebViewSDK/ThorConfig/ThorBaseConfig.h",
156       "source_files": "ThorWebViewSDK/ThorConfig/*.{h,m}"
157     },
158     {
159       "name": "ThorService",
160       "public_header_files": "ThorWebViewSDK/ThorService/ThorServiceManager.h",
161       "source_files": "ThorWebViewSDK/ThorService/*.{h,m}"
162     },
163     {
164       "name": "ThorWebView",
165       "public_header_files": "ThorWebViewSDK/ThorWebView/ThorWebViewController.h",
166       "dependencies": {
167         "ThorWebViewSDK/ThorCategory": [
169         ],
170         "ThorWebViewSDK/ThorManager": [
172         ],
173         "ThorWebViewSDK/ThorConfig": [
175         ],
176         "ThorWebViewSDK/ThorService": [
178         ],
179         "ThorWebViewSDK/MoxieSDK": [
181         ]
182       },
183       "source_files": "ThorWebViewSDK/ThorWebView/*.{h,m}",
184       "vendored_libraries": "ThorWebViewSDK/MoxieSDK/libMoxieSDK.a"
185     }
186   ]