| { | |
| "name": "JRHUtilities", | |
| "version": "0.1.0", | |
| "summary": "Personal iOS utilities", | |
| "homepage": "https://github.com/jayhickey/JRHUtilities", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Jay Hickey": "johnrhickey@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/jayhickey/JRHUtilities.git", | |
| "tag": "0.1.0" | |
| }, | |
| "social_media_url": "https://twitter.com/jayhickey", | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "JRHUtilities/*.{h,m}" | |
| } |