[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / b / c / 5 / YDPay / 1.0.5.1 / YDPay.podspec.json
blobfc5b8be456aaaeb4e602d2ecb720d114a3fe3e24
2   "name": "YDPay",
3   "version": "1.0.5.1",
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": [
19     "YDPay/*.h",
20     "YDPay/SPaySDK/include/*.h",
21     "YDPay/wechat/*.h"
22   ],
23   "vendored_libraries": [
24     "YDPay/*.a",
25     "YDPay/SPaySDK/libSPaySDK.a",
26     "YDPay/wechat/libWeChatSDK.a"
27   ],
28   "vendored_frameworks": "YDPay/AlipaySDK.framework",
29   "resources": [
30     "YDPay/AlipaySDK.bundle",
31     "YDPay/YDPay.bundle",
32     "YDPay/SPaySDK/SPaySDKResource.bundle"
33   ],
34   "frameworks": [
35     "CoreMotion",
36     "CFNetwork",
37     "Foundation",
38     "UIKit",
39     "CoreGraphics",
40     "CoreText",
41     "QuartzCore",
42     "AdSupport",
43     "Security",
44     "CoreTelephony",
45     "CoreLocation",
46     "SystemConfiguration",
47     "AVFoundation"
48   ],
49   "libraries": [
50     "z",
51     "c++",
52     "sqlite3"
53   ],
54   "dependencies": {
55     "AFNetworking": [
56       "~> 3.0"
57     ]
58   }