[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 5 / e / NTYCSVTable / 0.3.1 / NTYCSVTable.podspec.json
blobc4e3424b7f3bd2ebeab0de8964be7d8310f9aaa8
2   "name": "NTYCSVTable",
3   "version": "0.3.1",
4   "summary": "CSV parser for Objective-C inspired by CSV::Table class of Ruby.",
5   "description": "                       CSV parser for Objective-C inspired by CSV::Table class of Ruby.\n                       You can access CSV data by rows and columns like table.\n",
6   "homepage": "https://github.com/naoty/NTYCSVTable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Naoto Kaneko": "naoty.k@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/naoty_k",
15   "source": {
16     "git": "https://github.com/naoty/NTYCSVTable.git",
17     "tag": "0.3.1"
18   },
19   "source_files": "NTYCSVTable/**/*.{h,m}",
20   "requires_arc": true