blob: 76aa1c37a6af66736c187a9c8b7c7b350ee84414 [file] [log] [blame]
{
"name": "Pattern-Lock",
"version": "0.1.0",
"summary": "A library to support android-like pattern lock in iOS projects",
"description": "A library to support android-like pattern lock in iOS projects. It supports 2 modes create pattern mode and validate pattern mode",
"homepage": "https://github.com/jubinjacob19/PatternLock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jubinjacob19": "jubinjacob19@gmail.com"
},
"source": {
"git": "https://github.com/jubinjacob19/PatternLock.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PatternLock/PatternLock/Classes/**/*"
}