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