| { |
| "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 |
| } |