[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 0 / e / AFCSVRequestOperation / 1.0.0 / AFCSVRequestOperation.podspec.json
blobc7825c532e9105aac7e9b9f36705c5f74047b3ee
2   "name": "AFCSVRequestOperation",
3   "version": "1.0.0",
4   "homepage": "https://github.com/acerbetti/AFCSVRequestOperation",
5   "authors": {
6     "Stefano Acerbetti": "acerbetti@gmail.com"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "summary": "An extension for AFNetworking that provides an interface to parse CSV using CHCSVParser.",
13   "source": {
14     "git": "https://github.com/acerbetti/AFCSVRequestOperation.git",
15     "tag": "v1.0.0"
16   },
17   "source_files": "AFCSVRequestOperation.{h,m}",
18   "dependencies": {
19     "AFNetworking": [
21     ],
22     "CHCSVParser": [
24     ]
25   },
26   "platforms": {
27     "ios": "5.0",
28     "osx": "10.7"
29   },
30   "requires_arc": true