blob: b9c52461c34bafae81e88d72f048f66e9a560573 [file] [log] [blame]
{
"name": "TDCaptcha",
"version": "1.6.0",
"summary": "TDCaptcha",
"description": "TDCaptcha description",
"homepage": "https://github.com/TongdunMobileDev/TDCaptcha",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TongdunMobileDev": "appstore@tongdun.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TongdunMobileDev/TDCaptcha.git",
"tag": "1.6.0"
},
"source_files": [
"TDCaptcha",
"TDCaptcha/**/*.{h,m}"
],
"public_header_files": "TDCaptcha/**/*.h",
"requires_arc": true,
"dependencies": {
"FMDeviceManager": [
]
},
"libraries": "resolv.9",
"ios": {
"vendored_libraries": "TDCaptcha/libTDCaptcha.a"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"resource_bundles": {
"TDCaptchaResource": "TDCaptcha/TDCaptchaResource.bundle/*.png"
}
}