blob: 46043d534bc8e650c94925bf3502208325160acd [file] [log] [blame]
{
"name": "Vaptcha",
"version": "0.0.3",
"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.3"
},
"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
}