[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / e / 4 / 7 / RichString / 1.2.2 / RichString.podspec.json
blobbee907b285a321c468e1eb24ce70e57f07cedd48
2   "name": "RichString",
3   "version": "1.2.2",
4   "summary": "The easiest way to work with attributed strings in Swift.",
5   "description": "This Swift framework was built to simplify working with `NSAttributedString`. It does\nso without adding additional types; it just extends the existing types that you already have,\nensuring that it is fully interoperable with any other method of using `NSAttributedString`.",
6   "homepage": "https://github.com/svdo/swift-RichString",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Stefan van den Oord",
12   "platforms": {
13     "ios": "10.0",
14     "osx": "10.11",
15     "watchos": "2.0",
16     "tvos": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/svdo/swift-RichString.git",
20     "tag": "1.2.2"
21   },
22   "ios": {
23     "source_files": [
24       "RichString/*.swift",
25       "RichString/iOS/*.swift"
26     ]
27   },
28   "osx": {
29     "source_files": [
30       "RichString/*.swift",
31       "RichString/macOS/*.swift"
32     ]
33   },
34   "watchos": {
35     "source_files": [
36       "RichString/*.swift",
37       "RichString/watchos/*.swift"
38     ]
39   },
40   "tvos": {
41     "source_files": [
42       "RichString/*.swift",
43       "RichString/tvos/*.swift"
44     ]
45   },
46   "pushed_with_swift_version": "3.0.1"