blob: f564b554a19cb0fee096b1feed1fa45bfbe72176 [file] [log] [blame]
{
"name": "AGJFileManager",
"version": "0.0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "iOS File Manager on top of NSFileManager for simplifying files management. (基于FCFileManager)",
"homepage": "https://git.corp.angejia.com/xiawei2/AGJFileManager",
"authors": {
"SunnyX": "xiawei2@angejia.com"
},
"source": {
"git": "git@git.corp.angejia.com:xiawei2/AGJFileManager.git",
"tag": "0.0.1"
},
"source_files": "AGJFileManager/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"FCFileManager": [
"~> 1.0.18"
]
}
}