[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 4 / 8 / 3 / uqpay-hostui / 1.0.1 / uqpay-hostui.podspec.json
blobb51640eb88329b4de8ca598396c706615ce03ba0
2   "name": "uqpay-hostui",
3   "version": "1.0.1",
4   "summary": "uqpay-hostui :A modern foundation for accepting payments.",
5   "description": "uqpay-host-ui 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/uqpaytechnology/host-ui-sdk-ios",
15   "source": {
16     "git": "https://github.com/uqpaytechnology/host-ui-sdk-ios.git",
17     "tag": "1.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         "UQHostUIResource": [
30           "UQPayHostUIKit/Localization/*.lproj",
31           "UQPayHostUIKit/Images/*.png"
32         ]
33       }
34     },
35     {
36       "name": "HostUI",
37       "source_files": "UQPayHostUI/**/*.{h,m}",
38       "public_header_files": "UQPayHostUI/Public/*.h",
39       "frameworks": [
40         "Foundation",
41         "UIKit"
42       ],
43       "dependencies": {
44         "JSONModel": [
45           "~>1.8.0"
46         ],
47         "AFNetworking": [
48           "~>3.2.1"
49         ],
50         "WHToast": [
51           "~>0.0.2"
52         ],
53         "uqpay-hostui/UIKit": [
55         ]
56       }
57     }
58   ]