[Add] MSPCore 0.0.10
[CocoaPods.git] / Specs / 9 / c / b / ALSPayMent / 0.1.14 / ALSPayMent.podspec.json
blob1f8e65f1c15c007271ca9322232c3cfc7f7c7b64
2   "name": "ALSPayMent",
3   "version": "0.1.14",
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.14"
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       "frameworks": [
40         "CoreMotion",
41         "CoreGraphics",
42         "CoreTelephony",
43         "QuartzCore",
44         "SystemConfiguration",
45         "Security",
46         "Foundation",
47         "UIKit"
48       ],
49       "ios": {
50         "libraries": [
51           "z",
52           "sqlite3.0",
53           "c++",
54           "stdc++"
55         ]
56       },
57       "xcconfig": {
58         "OTHER_LDFLAGS": "-ObjC",
59         "ENABLE_BITCODE": "NO"
60       },
61       "vendored_libraries": "ALSPayMent/lib/*.a"
62     }
63   ]