blob: c7825c532e9105aac7e9b9f36705c5f74047b3ee [file] [log] [blame]
{
"name": "AFCSVRequestOperation",
"version": "1.0.0",
"homepage": "https://github.com/acerbetti/AFCSVRequestOperation",
"authors": {
"Stefano Acerbetti": "acerbetti@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An extension for AFNetworking that provides an interface to parse CSV using CHCSVParser.",
"source": {
"git": "https://github.com/acerbetti/AFCSVRequestOperation.git",
"tag": "v1.0.0"
},
"source_files": "AFCSVRequestOperation.{h,m}",
"dependencies": {
"AFNetworking": [
],
"CHCSVParser": [
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true
}