[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / f / CSwiftV / 0.0.9 / CSwiftV.podspec.json
blob04b6f00ac3690af1a0f009eb0829d698e0ba9511
2   "name": "CSwiftV",
3   "version": "0.0.9",
4   "summary": "A swift CSV parser",
5   "description": "A csv parser conforming (and tested as much) to [rfc4180](http://tools.ietf.org/html/rfc4180#section-2) i.e the closest thing to a csv spec.",
6   "homepage": "https://github.com/daniel1of1/CSwiftV",
7   "license": "MIT",
8   "authors": {
9     "Daniel Haight": "other@haight.io"
10   },
11   "social_media_url": "http://twitter.com/daniel1of1",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9"
15   },
16   "swift_version": "5.0",
17   "source": {
18     "git": "https://github.com/daniel1of1/CSwiftV.git",
19     "tag": "0.0.9"
20   },
21   "source_files": "Sources/CSwiftV.swift",
22   "requires_arc": true