[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / c / 7 / UPPaymentSDK / 0.0.4 / UPPaymentSDK.podspec.json
blob0bf3d232b639aa08a6035f274843e1fff699f773
2   "name": "UPPaymentSDK",
3   "version": "0.0.4",
4   "summary": "银联支付SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yaofen/UPPayment",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yaofen": "2363253102@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yaofen/UPPayment.git",
16     "tag": "0.0.4"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "10.0"
21   },
22   "ios": {
23     "vendored_libraries": "UPPaymentSDK/Classes/lib/libPaymentControl.a"
24   },
25   "libraries": "z",
26   "frameworks": [
27     "CFNetwork",
28     "SystemConfiguration",
29     "CoreTelephony"
30   ],
31   "source_files": "UPPaymentSDK/Classes/Headers/*.h",
32   "user_target_xcconfig": {
33     "OTHER_LDFLAGS": [
34       "-lc++"
35     ]
36   },
37   "pod_target_xcconfig": {
38     "VALID_ARCHS": "x86_64 armv7 arm64"
39   }