[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 0 / 7 / 8 / JSCSVParser / 1.1 / JSCSVParser.podspec.json
blob4031fd51a1443fc98adb4e7973c541d64400cf6d
2   "name": "JSCSVParser",
3   "version": "1.1",
4   "license": "MIT",
5   "summary": "An efficient CSV parser implementing RFC 4180",
6   "homepage": "https://github.com/jsloop42/JSCSVParser",
7   "authors": {
8     "jsloop": "jsloop42@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/jsloop42/JSCSVParser.git",
12     "tag": "1.1"
13   },
14   "documentation_url": "https://github.com/jsloop42/JSCSVParser",
15   "platforms": {
16     "osx": "10.9",
17     "ios": "8.0"
18   },
19   "source_files": "CSVParser/*.swift",
20   "swift_versions": [
21     "4.2",
22     "5.0"
23   ],
24   "dependencies": {
25     "JSLogger": [
27     ]
28   }