[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / c / b / ALSPayMent / 0.1.15 / ALSPayMent.podspec.json
blobe88e7f78efba89971184cbb0fe7562b554a37960
2   "name": "ALSPayMent",
3   "version": "0.1.15",
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.15"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "dependencies": {
23     "ALSAlipay": [
25     ],
26     "UMengUShare/Social/WeChat": [
27       "=6.4.1"
28     ],
29     "PodAsset": [
31     ]
32   },
33   "pod_target_xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
35     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
36   },
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "ALSPayMent/Classes/**/*",
41       "public_header_files": "ALSPayMent/Classes/**/*.h",
42       "frameworks": [
43         "CoreMotion",
44         "CoreGraphics",
45         "CoreTelephony",
46         "QuartzCore",
47         "SystemConfiguration",
48         "Security",
49         "Foundation",
50         "UIKit"
51       ],
52       "ios": {
53         "libraries": [
54           "z",
55           "sqlite3.0",
56           "c++",
57           "stdc++"
58         ]
59       },
60       "xcconfig": {
61         "OTHER_LDFLAGS": "-ObjC",
62         "ENABLE_BITCODE": "NO"
63       }
64     }
65   ]