blob: 6f06d60153262afb16a7f361ab6ced85f991c0c3 [file] [log] [blame]
{
"name": "WGLUploadProvider",
"version": "0.0.3",
"summary": "This is a file upload component, can upload file by chunk.",
"description": "\"This is a file upload component, can upload file by chunk.\"",
"homepage": "https://github.com/guanlongwu/WGLUploadProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wuguanlong": "guanlongwu@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/guanlongwu/WGLUploadProvider.git",
"tag": "0.0.3"
},
"source_files": "WGLUploadProvider/**/*",
"public_header_files": "WGLUploadProvider/**/*.h",
"frameworks": [
"CoreFoundation",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"WGLFileManager": [
"~> 0.0.1"
]
}
}