[Add] TMNavigation 0.0.950
[CocoaPods.git] / Specs / 9 / c / b / ALSPayMent / 0.1.9 / ALSPayMent.podspec.json
blob618e7eda3bac26be7be1e75b48ccb210d6a1b861
2   "name": "ALSPayMent",
3   "version": "0.1.9",
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.9"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "dependencies": {
23     "ALSAlipay": [
25     ],
26     "PodAsset": [
28     ]
29   },
30   "pod_target_xcconfig": {
31     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
32     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "ALSPayMent/Classes/**/*",
38       "public_header_files": "ALSPayMent/Classes/**/*.h",
39       "resources": [
40         "ALSPayMent/lib/*.bundle",
41         "ALSPayMent/lib/ALSAppleIncRootCertificate.cer"
42       ],
43       "frameworks": [
44         "CoreMotion",
45         "CoreGraphics",
46         "CoreTelephony",
47         "QuartzCore",
48         "SystemConfiguration",
49         "Security",
50         "Foundation",
51         "UIKit"
52       ],
53       "ios": {
54         "libraries": [
55           "z",
56           "sqlite3.0",
57           "c++",
58           "stdc++"
59         ]
60       },
61       "xcconfig": {
62         "OTHER_LDFLAGS": "-ObjC",
63         "ENABLE_BITCODE": "NO",
64         "HEADER_SEARCH_PATHS": "/Users/yangziminyangzimin/Desktop/test/ALSPayMent/ALSPayMent/ALSPayMent/Classes/openssl/include/**"
65       },
66       "vendored_libraries": "ALSPayMent/lib/*.a"
67     }
68   ]