| { |
| "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 |
| } |