blob: 2314edcf7de5b323537f3dd75c3bb50da3ec38c4 [file] [log] [blame]
{
"name": "BKPasscodeView",
"version": "0.0.7",
"summary": "Customizable passcode view controller for iOS.",
"description": "It supports for setting, changing and authenticating a passcode. Simple numeric passcode or normal passcode can be used.",
"homepage": "https://github.com/bkook/BKPasscodeView",
"screenshots": [
"https://raw.githubusercontent.com/bkook/BKPasscodeView/master/Screenshots/passcode_01.png",
"https://raw.githubusercontent.com/bkook/BKPasscodeView/master/Screenshots/passcode_02.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Byungkook Jang",
"social_media_url": "http://twitter.com/bkook",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/bkook/BKPasscodeView.git",
"tag": "0.0.7"
},
"source_files": "BKPasscodeView/**/*.{h,m}",
"exclude_files": "Pods",
"requires_arc": true,
"dependencies": {
"AFViewShaker": [
"~> 0.0"
]
}
}