blob: 33b05c0d45ba3178bf4f256346b82d1680657643 [file] [log] [blame]
{
"name": "ABCPaiti",
"version": "1.0.0",
"summary": "ABCPaiti.",
"description": "ABCPaiti of bing",
"homepage": "http://www.abcpen.com",
"license": "MIT",
"authors": {
"bing": "bing@abcpen.com"
},
"source": {
"git": "https://github.com/abcpen-inc/ABCPaitiKit.git"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "ABCPaitiKit",
"public_header_files": "ABCPitiSDK/ABCPaitiKit.framework/Headers/ABCPaitiKit.h",
"source_files": "ABCPitiSDK/ABCPaitiKit.framework/Headers/*.{h}",
"vendored_frameworks": "ABCPitiSDK/ABCPaitiKit.framework",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"SAMKeychain": [
"~> 1.5.3"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}
]
}