blob: 1510ae9cb1d3a339fffce895445c210a8dc68da0 [file] [log] [blame]
{
"name": "TKMFileManager",
"version": "1.0",
"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": "https://www.tkm.southernerd.us/filemanager",
"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
}
}