[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / b / ALSTransactionSdkKit / 0.1.12 / ALSTransactionSdkKit.podspec.json
blob5fa19c8070ba7adcc708c06dfc0f0f1efbfb9615
2   "name": "ALSTransactionSdkKit",
3   "version": "0.1.12",
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.12"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "public",
24       "source_files": "ALSTransactionSdkKit/public/**/*"
25     },
26     {
27       "name": "interface",
28       "dependencies": {
29         "ALSTransactionSdkKit/public": [
31         ],
32         "ALSInAppPurchase": [
34         ]
35       },
36       "vendored_frameworks": "ALSTransactionSdkKit/Classes/ALSInterfaceSdk.framework",
37       "preserve_paths": "ALSTransactionSdkKit/Classes/ALSInterfaceSdk.framework",
38       "xcconfig": {
39         "OTHER_LDFLAGS": "-framework ALSInterfaceSdk"
40       }
41     },
42     {
43       "name": "plugin",
44       "dependencies": {
45         "ALSTransactionSdkKit/public": [
47         ]
48       },
49       "source_files": "ALSTransactionSdkKit/plugin/**/*"
50     }
51   ]