[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / e / 4 / TKMFileManager / 1.0.1 / TKMFileManager.podspec.json
blobdb91540151a26961eff9a99309edd0f34a4a0389
2   "name": "TKMFileManager",
3   "version": "1.0.1",
4   "summary": "An easy to use file manager for iOS apps.",
5   "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.",
6   "homepage": "http://www.tkm.southernerd.us/projects/tkmfilemanager/",
7   "license": "MIT",
8   "authors": {
9     "Tom Metzger": "tom@southernerd.us"
10   },
11   "source": {
12     "git": "https://github.com/TheTomMetzger/TKMFileManager.git",
13     "tag": "1.0"
14   },
15   "source_files": [
16     "TKMFileManager.h",
17     "TKMFileManager.m"
18   ],
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true,
21   "platforms": {
22     "osx": null,
23     "ios": null,
24     "tvos": null,
25     "watchos": null
26   }