[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / f / 5 / 6 / AFCSVParserResponseSerializer / 0.1.0 / AFCSVParserResponseSerializer.podspec.json
blob8914ec9fac800bd17f95b6080a6dcd625dfded10
2   "name": "AFCSVParserResponseSerializer",
3   "version": "0.1.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": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/superbil",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/ios/*",
20   "ios": {
21     "exclude_files": "Classes/osx"
22   },
23   "osx": {
24     "exclude_files": "Classes/ios"
25   },
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.3"
29     ],
30     "CHCSVParser": [
31       "~> 2.0"
32     ]
33   }