| { |
| "name": "TKMFileManager", |
| "version": "1.0.2", |
| "summary": "An easy to use file manager for iOS apps.", |
| "description": "An easy to use file manager for iOS apps. Built with NSFileManager with the purpose of making simple operations exactly what they should be - simple, one line commands.", |
| "homepage": "http://www.tkm.southernerd.us/projects/tkmfilemanager/", |
| "license": "MIT", |
| "authors": { |
| "Tom Metzger": "tom@southernerd.us" |
| }, |
| "source": { |
| "git": "https://github.com/TheTomMetzger/TKMFileManager.git", |
| "tag": "1.0" |
| }, |
| "source_files": [ |
| "TKMFileManager.h", |
| "TKMFileManager.m" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "requires_arc": true, |
| "platforms": { |
| "osx": null, |
| "ios": null, |
| "tvos": null, |
| "watchos": null |
| } |
| } |