blob: 4089cf2e68e8cdc7022806837d66c7648d14ef6e [file] [log] [blame]
{
"name": "Vaptcha",
"version": "0.0.2",
"summary": "Vaptcha for iOS SDK.",
"homepage": "https://github.com/VAPTCHA/vaptcha-ios-sdk",
"license": "MIT",
"authors": {
"duduxiangyang": "duduxiangyang@126.com"
},
"source": {
"git": "https://github.com/VAPTCHA/vaptcha-ios-sdk.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Vaptcha/Vaptcha.framework/Headers/*.{h,m}",
"resources": "Vaptcha/*.{png,xib,nib,bundle}",
"vendored_frameworks": "Vaptcha/Vaptcha.framework",
"public_header_files": "Vaptcha/Vaptcha.framework/Headers/Vaptcha.h",
"frameworks": [
"UIKit",
"Foundation",
"WebKit",
"JavascriptCore"
],
"requires_arc": true
}