blob: f37fe66448916d99585673b3d9c9d0b71c9723c6 [file] [log] [blame]
{
"name": "AFCSVResponseSerializer",
"version": "0.0.1",
"summary": "CSV Serializer for AFNetworking 2.x",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Daniel Witurna",
"homepage": "https://github.com/danurna/AFCSVResponseSerializer",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/danurna/AFCSVResponseSerializer.git",
"tag": "v0.0.1"
},
"source_files": "AFCSVResponseSerializer.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"CHCSVParser": [
"~> 2.1"
]
}
}