[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 9 / 1 / MMFileManager / 0.0.1 / MMFileManager.podspec.json
blob40f64324104f554d0bdcab0749c8c366329f3388
2   "name": "MMFileManager",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "iOS File Manager on top of NSFileManager for simplifying files management. (基于FCFileManager)",
12   "homepage": "https://github.com/xwgit2971/MMFileManager",
13   "authors": {
14     "SunnyX": "1031787148@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/xwgit2971/MMFileManager.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "MMFileManager/*.{h,m}",
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "dependencies": {
24     "FCFileManager": [
25       "~> 1.0.18"
26     ]
27   }