blob: 759c2b175b1a9bb08886dda6b36a8be46f262600 [file] [log] [blame]
{
"name": "AFHTTPFileUpdateOperation",
"version": "0.0.1",
"summary": "AFNetworking extenstion for updating file with HTTP header \"If-Modified-Since\" and status code 304.",
"homepage": "https://github.com/samnung/AFHTTPFileUpdateOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roman Kříž": "samnung@gmail.com"
},
"source": {
"git": "https://github.com/samnung/AFHTTPFileUpdateOperation.git",
"tag": "0.0.1"
},
"source_files": "AFHTTPFileUpdateOperation.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"SAMWeak": [
]
}
}