| { | |
| "name": "NSSimpleDefaults", | |
| "version": "1.0.3", | |
| "summary": "A simple implementation of NSUserDefaults with shorter getting and setting methods", | |
| "authors": { | |
| "Yannik Achternbosch": "Yannik@AppTestsss.de" | |
| }, | |
| "homepage": "http://cacauu.de", | |
| "license": { | |
| "type": "BSD 3.0", | |
| "file": "LICENSE" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Cacauu/NSSimpleDefaults.git", | |
| "tag": "1.0.3" | |
| }, | |
| "source_files": "Source/*.{h,m}", | |
| "requires_arc": false | |
| } |