blob: 281ffb0606ffcfe1781be1fe5153114cb88f9345 [file] [log] [blame]
{
"name": "ALSPaySDK",
"version": "0.1.1",
"summary": "A short description of ALSPaySDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yangzmpang/ALSPaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangzmpang": "zimin.yzm@alibaba-inc.com"
},
"source": {
"git": "https://github.com/yangzmpang/ALSPaySDK.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ALSPaySDK/Classes/**/*",
"dependencies": {
"ALSPayMent": [
],
"ALSInAppPurchase": [
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
}
}