blob: b3bbb10881f92403d6ea852bc7294e3d7173f4bb [file] [log] [blame]
{
"name": "ANTestSDK",
"version": "0.1.0",
"summary": "A short description of JKIMFrameWork.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/jerryzhengwen/ANTestSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"author": "hanzhiyuan@tuhu.cn"
},
"source": {
"git": "https://github.com/jerryzhengwen/ANTestSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ANTestSDK/Classes/**/*.{h,m}",
"public_header_files": "ANTestSDK/Classes/**/*.h",
"ios": {
"vendored_libraries": "ANTestSDK/Frameworks/**/*.a"
},
"libraries": [
"resolv",
"xml2"
],
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
}
}