blob: c1424bed69658e0d851c091b9bfc536fb73871df [file] [log] [blame]
{
"name": "GesturePassword",
"version": "2.0",
"summary": "GesturePassword is a simple gesture password written in Swift",
"homepage": "https://github.com/huangboju/GesturePassword",
"license": "MIT",
"authors": {
"huangboju": "529940945@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huangboju/GesturePassword.git",
"tag": "2.0"
},
"source_files": "Classes/**/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}