| { | |
| "name": "RTFDiskCache", | |
| "version": "1.0.0", | |
| "summary": "Read/Write Objects to/from disk", | |
| "homepage": "https://github.com/MaxKramer/RTFDiskCache", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Max Kramer": "max@maxkramer.co" | |
| }, | |
| "social_media_url": "http://twitter.com/MaxKramer", | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/MaxKramer/RTFDiskCache.git", | |
| "tag": "v1.0.0" | |
| }, | |
| "source_files": "src/*.{h,m}", | |
| "requires_arc": true | |
| } |