[Add] JLBlueLink 1.0.0
[CocoaPods.git] / Specs / e / 9 / 5 / SwiftyTextTable / 0.8.0 / SwiftyTextTable.podspec.json
blob3a4eb6d51141d30e3474f4908875737851bf0ca4
2   "name": "SwiftyTextTable",
3   "version": "0.8.0",
4   "summary": "A lightweight Swift library for generating text tables.",
5   "description": "SwiftyTextTable is the Swifty way of generating text tables easy. No more worrying about\nformatting and string lengths. Just throw some rows and columns in (over even entire objects)\nand let SwiftyTextTable do the rest!",
6   "homepage": "https://github.com/scottrhoyt/SwiftyTextTable",
7   "screenshots": "http://i.imgur.com/utoa6TK.png",
8   "documentation_url": "http://scottrhoyt.github.io/SwiftyTextTable/",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Scott Hoyt": "scottrhoyt@gmail.com"
15   },
16   "social_media_url": "http://twitter.com/scotthoyt",
17   "platforms": {
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/scottrhoyt/SwiftyTextTable.git",
22     "tag": "0.8.0"
23   },
24   "source_files": "Source/SwiftyTextTable",
25   "pushed_with_swift_version": "3.1"