blob: f2f7094992ab406b75492bf7b81572b07d7c3c8c [file] [log] [blame]
{
"name": "SmileLock",
"version": "0.0.1",
"summary": "A library for make a beautiful Passcode Lock View.",
"description": "1. Create a beautiful passcode lock view simply.\n2. Passcode input completed delegate callback.\n3. Customize UI.",
"homepage": "https://github.com/liu044100/Smile-Lock",
"screenshots": "https://raw.githubusercontent.com/liu044100/Smile-Lock/master/SmileLock-Example/demo_gif/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rain": "liu044100@gmail.com"
},
"social_media_url": "https://dribbble.com/yuchenliu",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/liu044100/Smile-Lock.git",
"tag": "0.0.1"
},
"source_files": "SmileLock/Classes/*.{swift}",
"resources": [
"SmileLock/Assets/*.xib"
],
"frameworks": "UIKit"
}