blob: eb9a2ed1d70c4a628fde392f4c107447d2d3d6e6 [file] [log] [blame]
{
"name": "UIDevice-PasscodeStatus",
"version": "0.0.2",
"summary": "A UIDevice category to determine if the passcode is currently set on the device or not.",
"homepage": "https://github.com/liamnichols/UIDevice-PasscodeStatus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Liam Nichols": "liam.nichols.ln@gmail.com"
},
"social_media_url": "http://twitter.com/liamnichols_",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/liamnichols/UIDevice-PasscodeStatus.git",
"tag": "0.0.2"
},
"source_files": "Source/*.{h,m}",
"frameworks": "Security",
"requires_arc": true,
"deprecated": true
}