[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / c / 5 / YDPay / 1.0 / YDPay.podspec.json
blob0c60c04d2333467204df92ff5bc2b970f243d5a7
2   "name": "YDPay",
3   "version": "1.0",
4   "summary": "优点付费SDK",
5   "description": "优点付费SDK,集成了微信、支付宝、银联等主流的支付SDK,为开发者提供统一的支付接入体验。",
6   "homepage": "https://www.dataeye.com",
7   "license": "MIT",
8   "authors": {
9     "xqwang": "wxq491216@163.com"
10   },
11   "source": {
12     "git": "https://github.com/DataEye/YDPay.git"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "YDPay/*.h",
19   "vendored_libraries": "YDPay/*.a",
20   "vendored_frameworks": "YDPay/AlipaySDK.framework",
21   "resources": [
22     "YDPay/AlipaySDK.bundle",
23     "YDPay/YDPay.bundle"
24   ],
25   "frameworks": [
26     "CoreMotion",
27     "CFNetwork",
28     "Foundation",
29     "UIKit",
30     "CoreGraphics",
31     "CoreText",
32     "QuartzCore",
33     "AdSupport",
34     "Security",
35     "CoreTelephony",
36     "CoreLocation",
37     "SystemConfiguration"
38   ],
39   "libraries": [
40     "z",
41     "c++"
42   ],
43   "dependencies": {
44     "AFNetworking": [
45       "~> 3.0"
46     ]
47   }