[Add] DocumentReaderMRZRFIDStage 7.5.10842
[CocoaPods.git] / Specs / 9 / c / b / ALSPayMent / 0.1.2 / ALSPayMent.podspec.json
bloba48b8353a6db40bb2b2f843900d3c5acd38c7fd1
2   "name": "ALSPayMent",
3   "version": "0.1.2",
4   "summary": "A short description of ALSPayMent.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yangzmpang/ALSPayMent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangzmpang": "zimin.yzm@alibaba-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/yangzmpang/ALSPayMent.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "dependencies": {
23     "AlipaySDKIniOS": [
24       "~> 15.2.0"
25     ]
26   },
27   "pod_target_xcconfig": {
28     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/AlipaySDKIniOS",
29     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "ALSPayMent/Classes/**/*",
35       "public_header_files": "ALSPayMent/Classes/**/*.h",
36       "resources": [
37         "ALSPayMent/lib/*.bundle",
38         "ALSPayMent/lib/ALSAppleIncRootCertificate.cer"
39       ],
40       "frameworks": [
41         "CoreMotion",
42         "CoreGraphics",
43         "CoreTelephony",
44         "QuartzCore",
45         "SystemConfiguration",
46         "Security",
47         "Foundation",
48         "UIKit"
49       ],
50       "ios": {
51         "libraries": [
52           "z",
53           "sqlite3.0",
54           "c++",
55           "stdc++",
56           "ssl",
57           "crypto"
58         ]
59       },
60       "xcconfig": {
61         "OTHER_LDFLAGS": "-ObjC",
62         "ENABLE_BITCODE": "NO",
63         "HEADER_SEARCH_PATHS": "/Users/yangziminyangzimin/Desktop/test/ALSPayMent/ALSPayMent/ALSPayMent/Classes/openssl/include/**"
64       },
65       "vendored_libraries": "ALSPayMent/lib/*.a"
66     }
67   ]