[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / e / f / CSwiftV / 0.0.5 / CSwiftV.podspec.json
bloba2b7a644670ac7b3c0cbc70960ec5e4447d1ceb4
2   "name": "CSwiftV",
3   "version": "0.0.5",
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   "source": {
17     "git": "https://github.com/daniel1of1/CSwiftV.git",
18     "tag": "0.0.5"
19   },
20   "source_files": "Sources/CSwiftV.swift",
21   "requires_arc": true