[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / a / 4 / TSVReaderWriter / 0.0.1 / TSVReaderWriter.podspec.json
blob6c1da1f231485552f4853026b576f7e38b33800f
2   "name": "TSVReaderWriter",
3   "version": "0.0.1",
4   "summary": "Tab separated value based file reader/writer class - TSVReaderWriter. Supports large files",
5   "description": "                * Reads and writes tab separated files. \n\t\t* Converts file into NSArray and vice-versa. \n",
6   "homepage": "http://isandor.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sandor Kolotenko": "s"
13   },
14   "social_media_url": "http://twitter.com/iSandor",
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/SandorUK/TSVReaderWriter.git",
20     "tag": "0.0.1"
21   },
22   "requires_arc": true,
23   "source_files": "TSVTestBed/TSVReaderWriter.{h,m}",
24   "resources": "TSVTestBed/*.tsv"