[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / e / 7 / UQPAYSDK / 1.0.4 / UQPAYSDK.podspec.json
blob790a14c47d6bb62211a0c582653d8b9e8a79b64e
2   "name": "UQPAYSDK",
3   "version": "1.0.4",
4   "summary": "A short description of UQPAY SDK.",
5   "description": "UQPay SDK",
6   "license": "MIT",
7   "requires_arc": true,
8   "authors": {
9     "cqwang": "wangchaoqun@uqpay.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "homepage": "https://github.com/SuperiorWang/UQPAY_SDK_Project",
15   "source": {
16     "git": "https://github.com/SuperiorWang/UQPAY_SDK_Project.git",
17     "tag": "1.0.4"
18   },
19   "default_subspecs": [
20     "UQPAYSDK"
21   ],
22   "subspecs": [
23     {
24       "name": "UQPAYSDK",
25       "source_files": "UQPAYSDK/**/*.{h,m}",
26       "public_header_files": "UQPAYSDK/Public/*.h",
27       "frameworks": [
28         "Foundation",
29         "UIKit",
30         "LocalAuthentication",
31         "Security",
32         "SystemConfiguration",
33         "CFNetwork"
34       ],
35       "libraries": [
36         "c++",
37         "z"
38       ],
39       "vendored_libraries": "UQPAYSDK/libPaymentControl.a"
40     }
41   ]