[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 1 / THostUI / 0.0.1 / THostUI.podspec.json
blobdf657a29fc86846d8d62dae929b044b044f65033
2   "name": "THostUI",
3   "version": "0.0.1",
4   "summary": "THostUI :A modern foundation for accepting payments",
5   "description": "THostUI is a full-stack payments platform for developers\nThis CocoaPod will help you accept payment in your iOS app.",
6   "license": "MIT",
7   "authors": {
8     "cqwang": "wangchaoqun@uqpay.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "requires_arc": true,
14   "homepage": "https://github.com/SuperiorWang/THostUI",
15   "source": {
16     "git": "https://github.com/SuperiorWang/THostUI.git",
17     "tag": "0.0.1"
18   },
19   "default_subspecs": [
20     "HostUI"
21   ],
22   "subspecs": [
23     {
24       "name": "UIKit",
25       "source_files": "UQPayHostUIKit/**/*.{h,m}",
26       "public_header_files": "UQPayHostUIKit/Public/*.h",
27       "frameworks": "UIKit",
28       "resource_bundles": {
29         "ThostUI-UIKit-Localization": [
30           "UQPayHostUIKit/Localization/*.lproj"
31         ]
32       }
33     },
34     {
35       "name": "HostUI",
36       "source_files": "UQPayHostUI/**/*.{h,m}",
37       "public_header_files": "UQPayHostUI/Public/*.h",
38       "frameworks": [
39         "Foundation",
40         "UIKit"
41       ],
42       "dependencies": {
43         "JSONModel": [
45         ],
46         "AFNetworking": [
48         ],
49         "WHToast": [
51         ],
52         "THostUI/UIKit": [
54         ]
55       }
56     }
57   ]