blob: 4d1f330d2e480ad3f78000fcdcb4df08bf3cae6e [file] [log] [blame]
{
"name": "PatternLock",
"version": "1.0.0",
"platforms": {
"ios": "5.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/freesuraj/PatternLock",
"screenshots": "http://www.pictureshoster.com/files/ngbk591w5pcz9gbuydg.png",
"authors": {
"Suraj Pathak": "freesuraj@gmail.com"
},
"summary": "A simple but fully functional pattern lock sdk for iOS (similar to the android pattern lock)",
"source": {
"git": "git@github.com:freesuraj/PatternLock.git",
"tag": "v1.0.0"
},
"source_files": "SPLockScreen/*.{h,m}",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation"
],
"requires_arc": true
}