blob: a2b60c37f19a1cbca73b42633c759f14a49adb75 [file] [log] [blame]
{
"name": "WSAlipay",
"version": "0.3.0",
"summary": "A short description of WSAlipay.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/iOSCoderJane/WSAlipay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iOSCoderJane": "zhaoshenghui@wsecar.com"
},
"source": {
"git": "https://github.com/iOSCoderJane/WSAlipay.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"z",
"c++"
],
"resources": "AlipaySDK/AlipaySDK.bundle",
"vendored_frameworks": "AlipaySDK/AlipaySDK.framework",
"source_files": [
"WSAlipay/Classes/**/*",
"AlipaySDK/AlipaySDK.framework/*.h"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/WSAlipay/AlipaySDK/AlipaySDK.framework/**"
},
"static_framework": true,
"deprecated": true
}