blob: 5eb33a75a8a9d0c951d26e025312e1c3d21f3528 [file] [log] [blame]
{
"name": "WGLFileManager",
"version": "0.0.1",
"summary": "This is a file manager, encapsulates NSFileManager class.",
"description": "\"This is a file manager, encapsulates NSFileManager class.\"",
"homepage": "https://github.com/guanlongwu/WGLFileManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wuguanlong": "guanlongwu@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/guanlongwu/WGLFileManager.git",
"tag": "0.0.1"
},
"source_files": "WGLFileManager/*",
"public_header_files": "WGLFileManager/*.h",
"frameworks": [
"CoreFoundation",
"Foundation"
],
"requires_arc": true
}