blob: fe4c64bf975a9d017f95f44f0adc010b009aded2 [file] [log] [blame]
{
"name": "BKPasscodeView",
"version": "0.2.3",
"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"
],
"resource_bundles": {
"MyResources": [
"BKPasscodeViewDemo/*"
]
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Byungkook Jang",
"social_media_url": "http://twitter.com/bkook",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/bkook/BKPasscodeView.git",
"tag": "0.2.3"
},
"source_files": "BKPasscodeView/**/*.{h,m}",
"exclude_files": "Pods",
"requires_arc": true,
"dependencies": {
"AFViewShaker": [
"~> 0.0"
]
}
}