blob: 3371d7c665a33d9934fdceb4ed3479ab7a3cc142 [file] [log] [blame]
{
"name": "PLFileProccessing",
"version": "0.1.0",
"summary": "Function to proccess upload and download file, especially for image file",
"description": "This CocoaPod provides the ability to upload file to server url or for downloading file from server url",
"homepage": "https://github.com/SyarifSilalahi/PLFileProccessing",
"license": "MIT",
"authors": {
"Syarif Silalahi": "syarif@pistarlabs.com"
},
"source": {
"git": "https://github.com/SyarifSilalahi/PLFileProccessing.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PLFileProccessing": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 2.0"
],
"KVNProgress": [
]
}
}