[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 1 / 5 / e / NTYCSVTable / 0.3.0 / NTYCSVTable.podspec.json
blob6242998af711830be0b69ac6367920ee6458b62d
2   "name": "NTYCSVTable",
3   "version": "0.3.0",
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.0"
18   },
19   "source_files": "NTYCSVTable/**/*.{h,m}",
20   "requires_arc": true