[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / c / 1 / b / ALSTransactionSdkKit / 0.1.17 / ALSTransactionSdkKit.podspec.json
blobbf7c7de89bd0b8fb81359663dd874833098dd23c
2   "name": "ALSTransactionSdkKit",
3   "version": "0.1.17",
4   "summary": "A short description of ALSTransactionSdkKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yangzmpang/ALSTransactionSdkKit",
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/ALSTransactionSdkKit.git",
16     "tag": "0.1.17"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "pod_target_xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
23     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
24   },
25   "subspecs": [
26     {
27       "name": "public",
28       "source_files": "ALSTransactionSdkKit/public/**/*"
29     },
30     {
31       "name": "interface",
32       "dependencies": {
33         "ALSTransactionSdkKit/public": [
35         ],
36         "ALSPayMent": [
38         ],
39         "ALSInAppPurchase": [
41         ]
42       },
43       "vendored_frameworks": "ALSTransactionSdkKit/Classes/ALSInterfaceSdk.framework"
44     },
45     {
46       "name": "plugin",
47       "dependencies": {
48         "ALSTransactionSdkKit/public": [
50         ]
51       },
52       "source_files": "ALSTransactionSdkKit/plugin/**/*"
53     }
54   ]