[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 7 / AFCSVResponseSerializer / 0.0.1 / AFCSVResponseSerializer.podspec.json
blobf37fe66448916d99585673b3d9c9d0b71c9723c6
2   "name": "AFCSVResponseSerializer",
3   "version": "0.0.1",
4   "summary": "CSV Serializer for AFNetworking 2.x",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": "Daniel Witurna",
10   "homepage": "https://github.com/danurna/AFCSVResponseSerializer",
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/danurna/AFCSVResponseSerializer.git",
16     "tag": "v0.0.1"
17   },
18   "source_files": "AFCSVResponseSerializer.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.0"
23     ],
24     "CHCSVParser": [
25       "~> 2.1"
26     ]
27   }