[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 3 / 0 / AGJFileManager / 0.0.1 / AGJFileManager.podspec.json
blobf564b554a19cb0fee096b1feed1fa45bfbe72176
2   "name": "AGJFileManager",
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://git.corp.angejia.com/xiawei2/AGJFileManager",
13   "authors": {
14     "SunnyX": "xiawei2@angejia.com"
15   },
16   "source": {
17     "git": "git@git.corp.angejia.com:xiawei2/AGJFileManager.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "AGJFileManager/*.{h,m}",
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "dependencies": {
24     "FCFileManager": [
25       "~> 1.0.18"
26     ]
27   }