blob: a7621c8ca4071893125f45d5dda6f8cf39e6d7c7 [file] [log] [blame]
{
"name": "VerifyCode",
"version": "3.0.0",
"summary": "VerifyCode iOS SDK",
"description": "iOS framework for VerifyCode Service",
"homepage": "http://dun.163.com/product/captcha",
"authors": {
"apksafe": "apksafe@163.com"
},
"license": {
"type": "Free",
"text": "©2017 dun.163.com"
},
"source": {
"git": "https://github.com/apksafe/VerifyCode-iOS.git",
"tag": "v3.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "Release/VerifyCode_iOS_3.0.0/VerifyCode.framework",
"resources": "Resources/NTESVerifyCodeResources.bundle",
"frameworks": [
"QuartzCore",
"CoreFoundation",
"Security",
"CoreGraphics",
"UIKit",
"Foundation",
"SystemConfiguration",
"WebKit",
"JavaScriptCore"
],
"libraries": [
"c++",
"z"
]
}