[Add] MSPCore 0.0.10
[CocoaPods.git] / Specs / 9 / c / b / ALSPayMent / 0.1.4 / ALSPayMent.podspec.json
blobba68d45813604f03b4097843b192524665b6c3cc
2   "name": "ALSPayMent",
3   "version": "0.1.4",
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.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "dependencies": {
23     "AlipaySDKIniOS": [
24       "~> 15.2.0"
25     ],
26     "PodAsset": [
28     ]
29   },
30   "pod_target_xcconfig": {
31     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/AlipaySDKIniOS",
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           "ssl",
60           "crypto"
61         ]
62       },
63       "xcconfig": {
64         "OTHER_LDFLAGS": "-ObjC",
65         "ENABLE_BITCODE": "NO",
66         "HEADER_SEARCH_PATHS": "/Users/yangziminyangzimin/Desktop/test/ALSPayMent/ALSPayMent/ALSPayMent/Classes/openssl/include/**"
67       },
68       "vendored_libraries": "ALSPayMent/lib/*.a"
69     }
70   ]