blob: cdffb9a7816ce02383a3c040ce2762b58eb0ce29 [file] [log] [blame]
{
"name": "GesturePassword",
"version": "2.0.3",
"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.3"
},
"source_files": "GesturePassword/Classes/**/*.swift",
"ios": {
"resource_bundles": {
"GesturePassword": [
"GesturePassword/Assets/*.lproj/*.strings"
]
}
},
"frameworks": "UIKit",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}