| { |
| "name": "TSFileCache", |
| "version": "1.0", |
| "summary": "Generic class that allows you to cahce files on device's disk. Need to cache images or other files? Check this. Easy to subclass and reuse.", |
| "homepage": "https://github.com/tomkowz/TSFileCache", |
| "license": { |
| "type": "Apache", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Tomasz Szulc": "szulctomasz@me.com" |
| }, |
| "social_media_url": "http://twitter.com/tomkowz", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/tomkowz/TSFileCache.git", |
| "tag": "1.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "requires_arc": false |
| } |