[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 5 / e / NTYCSVTable / 0.2.0 / NTYCSVTable.podspec.json
blobcd73ce3e2828a8622a1d7177b71dbca029ab7b0e
2   "name": "NTYCSVTable",
3   "version": "0.2.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.2.0"
18   },
19   "source_files": "NTYCSVTable/**/*.{h,m}",
20   "requires_arc": true