[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 4 / d / 1 / UPAPayPSDK / 0.0.2 / UPAPayPSDK.podspec.json
blobfed365fd80e0162ab7187a0d53742dda36bcd10d
2   "name": "UPAPayPSDK",
3   "version": "0.0.2",
4   "summary": "银联apple pay SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yaofen/UPAPayPlugin",
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/UPAPayPlugin.git",
16     "tag": "0.0.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "10.0"
21   },
22   "ios": {
23     "vendored_libraries": "UPAPayPSDK/Classes/lib/libUPAPayPlugin.a"
24   },
25   "frameworks": [
26     "CFNetwork",
27     "SystemConfiguration",
28     "PassKit"
29   ],
30   "source_files": "UPAPayPSDK/Classes/Headers/*.h",
31   "user_target_xcconfig": {
32     "OTHER_LDFLAGS": [
33       "-lc++"
34     ]
35   },
36   "pod_target_xcconfig": {
37     "VALID_ARCHS": "x86_64 armv7 arm64"
38   }