[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / c / 1 / b / ALSTransactionSdkKit / 0.1.14 / ALSTransactionSdkKit.podspec.json
blobe0ccc632b01a38ca88280794d1158e8b95632fc9
2   "name": "ALSTransactionSdkKit",
3   "version": "0.1.14",
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.14"
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         "ALSInAppPurchase": [
38         ]
39       },
40       "vendored_frameworks": "ALSTransactionSdkKit/Classes/ALSInterfaceSdk.framework"
41     },
42     {
43       "name": "plugin",
44       "dependencies": {
45         "ALSTransactionSdkKit/public": [
47         ]
48       },
49       "source_files": "ALSTransactionSdkKit/plugin/**/*"
50     }
51   ]