[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 0 / RainbowSwift / 2.0.1 / RainbowSwift.podspec.json
blobd04c2db77772e014e4c1992ada6f190049e5f9ba
2   "name": "RainbowSwift",
3   "version": "2.0.1",
4   "summary": "`Rainbow` adds text color, background color and style for console and command line output in Swift.",
5   "description": "`Rainbow` adds text color, background color and style for console and command \nline output in Swift. It is born for cross platform software logging \nin terminals, working in both Apple's platforms and Linux. Meanwhile, it is also \ncompatible with [XcodeColors](https://github.com/robbiehanson/XcodeColors), \nwhich lets you colorize the Xcode debugger output as well when developing an app.",
6   "homepage": "https://github.com/onevcat/Rainbow",
7   "screenshots": "https://raw.githubusercontent.com/onevcat/Rainbow/assets/rainbow.png",
8   "license": "MIT",
9   "authors": {
10     "onevcat": "onevcat@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/onevcat",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/onevcat/Rainbow.git",
21     "tag": "2.0.1"
22   },
23   "source_files": "Sources/",
24   "public_header_files": "Sources/Rainbow.h",
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3.0"
27   }