[Add] MSPCore 0.0.10
[CocoaPods.git] / Specs / 9 / c / b / ALSPayMent / 0.1.0 / ALSPayMent.podspec.json
blobb45815afbac1001c356f2fd497a5aac87bebafbf
2   "name": "ALSPayMent",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "ALSPayMent/Classes/**/*",
27         "ALSPayMent/lib/AlipaySDK.framework/Headers/*.h"
28       ],
29       "public_header_files": [
30         "ALSPayMent/lib/AlipaySDK.framework/Headers/*.h",
31         "ALSPayMent/Classes/**/*.h"
32       ],
33       "resources": [
34         "ALSPayMent/lib/*.bundle",
35         "ALSPayMent/lib/ALSAppleIncRootCertificate.cer"
36       ],
37       "frameworks": [
38         "CoreMotion",
39         "CoreGraphics",
40         "CoreTelephony",
41         "QuartzCore",
42         "SystemConfiguration",
43         "Security",
44         "Foundation",
45         "UIKit"
46       ],
47       "ios": {
48         "libraries": [
49           "z",
50           "sqlite3.0",
51           "c++",
52           "stdc++",
53           "ssl",
54           "crypto"
55         ]
56       },
57       "xcconfig": {
58         "OTHER_LDFLAGS": "-ObjC",
59         "ENABLE_BITCODE": "NO",
60         "HEADER_SEARCH_PATHS": "/Users/yangziminyangzimin/Desktop/test/ALSPayMent/ALSPayMent/ALSPayMent/Classes/openssl/include/**"
61       },
62       "vendored_frameworks": "ALSPayMent/lib/AlipaySDK.framework",
63       "vendored_libraries": "ALSPayMent/lib/*.a"
64     }
65   ]