blob: 3833ab6e44e6e37be4c017fbae26d71703cfce16 [file] [log] [blame]
{
"name": "ALSTransactionSdkKit",
"version": "0.1.11",
"summary": "A short description of ALSTransactionSdkKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yangzmpang/ALSTransactionSdkKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangzmpang": "zimin.yzm@alibaba-inc.com"
},
"source": {
"git": "https://github.com/yangzmpang/ALSTransactionSdkKit.git",
"tag": "0.1.11"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "public",
"source_files": "ALSTransactionSdkKit/public/**/*"
},
{
"name": "interface",
"dependencies": {
"ALSTransactionSdkKit/public": [
],
"ALSInAppPurchase": [
]
},
"vendored_frameworks": "ALSTransactionSdkKit/Classes/ALSInterfaceSdk.framework"
},
{
"name": "plugin",
"dependencies": {
"ALSTransactionSdkKit/public": [
]
},
"source_files": "ALSTransactionSdkKit/plugin/**/*"
}
]
}