blob: 70c54d3877165aca55aa6dd844ec37a848684c2a [file] [log] [blame]
{
"name": "ALSTransactionSdkKit",
"version": "0.1.16",
"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.16"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
},
"subspecs": [
{
"name": "public",
"source_files": "ALSTransactionSdkKit/public/**/*"
},
{
"name": "interface",
"dependencies": {
"ALSTransactionSdkKit/public": [
],
"ALSPayMent": [
],
"ALSInAppPurchase": [
]
},
"vendored_frameworks": "ALSTransactionSdkKit/Classes/ALSInterfaceSdk.framework"
},
{
"name": "plugin",
"dependencies": {
"ALSTransactionSdkKit/public": [
]
},
"source_files": "ALSTransactionSdkKit/plugin/**/*"
}
]
}