blob: 4376081fac5acaa420cb301a3dd7d3ba5b4e084f [file] [log] [blame]
{
"name": "VerifyCodeSwift",
"version": "2.0",
"summary": "iOS Custom captcha",
"swift_versions": "4.0",
"description": "iOS Custom captcha, Support for swift.",
"homepage": "https://github.com/zhongjianfeipqy/VerificationCode",
"license": "MIT",
"authors": {
"JF Z": "378789308@qq.com"
},
"social_media_url": "https://www.jianshu.com/u/2a97371d263b",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zhongjianfeipqy/VerificationCode.git",
"tag": "2.0"
},
"source_files": "VerifyCodeDemo/VerifyCodeView/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"SnapKit": [
]
},
"swift_version": "4.0",
"subspecs": [
{
"name": "TDWExtension",
"source_files": "VerifyCodeDemo/VerifyCodeView/TDWExtension/*"
}
]
}