[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / c / DryAlipay-iOS / 1.0.0 / DryAlipay-iOS.podspec.json
blob8c4cb4a01f978e8bb2d9b252087401c254dcc393
2   "name": "DryAlipay-iOS",
3   "version": "1.0.0",
4   "summary": "DryAlipay-iOS",
5   "homepage": "https://github.com/duanruiying/DryAlipay-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "duanruiying": "2237840768@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/duanruiying/DryAlipay-iOS.git",
15     "tag": "1.0.0"
16   },
17   "description": "TODO: iOS简化支付宝支付.",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "user_target_xcconfig": {
23     "OTHER_LDFLAGS": [
24       "-w"
25     ]
26   },
27   "static_framework": true,
28   "pod_target_xcconfig": {
29     "OTHER_LDFLAGS": [
30       "-w"
31     ]
32   },
33   "source_files": "DryAlipay-iOS/Classes/Code/**/*",
34   "public_header_files": "DryAlipay-iOS/Classes/Code/Public/**/*.h",
35   "libraries": [
36     "z",
37     "c++"
38   ],
39   "frameworks": [
40     "UIKit",
41     "Foundation",
42     "CoreMotion",
43     "CFNetwork",
44     "CoreGraphics",
45     "CoreText",
46     "QuartzCore",
47     "CoreTelephony",
48     "SystemConfiguration"
49   ],
50   "dependencies": {
51     "AlipaySDK-iOS": [
53     ]
54   }