[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 5 / 6 / AFCSVParserResponseSerializer / 1.0.0 / AFCSVParserResponseSerializer.podspec.json
blob8bcf6b3f74877562b9dcc2e9ebd8d876934ee963
2   "name": "AFCSVParserResponseSerializer",
3   "version": "1.0.0",
4   "summary": "AFNetworking Extension for the CSV format.",
5   "homepage": "https://github.com/Superbil/AFCSVParserResponseSerializer",
6   "license": "MIT",
7   "authors": {
8     "Superbil": "superbil@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Superbil/AFCSVParserResponseSerializer.git",
12     "tag": "1.0.0"
13   },
14   "social_media_url": "https://twitter.com/superbil",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/ios/*.{h,m}",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.0"
23     ],
24     "CHCSVParser": [
25       "~> 2.0"
26     ]
27   }