[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / 7 / RichString / 2.2.1 / RichString.podspec.json
blob452bfe591488e082e01ef663bc84097229bec9a2
2   "name": "RichString",
3   "version": "2.2.1",
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   "documentation_url": "https://svdo.github.io/swift-RichString/",
13   "swift_versions": "4.2",
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.11",
17     "watchos": "2.0",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/svdo/swift-RichString.git",
22     "tag": "2.2.1"
23   },
24   "ios": {
25     "source_files": [
26       "RichString/*.swift",
27       "RichString/iOS/*.swift"
28     ]
29   },
30   "osx": {
31     "source_files": [
32       "RichString/*.swift",
33       "RichString/macOS/*.swift"
34     ]
35   },
36   "watchos": {
37     "source_files": [
38       "RichString/*.swift",
39       "RichString/watchos/*.swift"
40     ]
41   },
42   "tvos": {
43     "source_files": [
44       "RichString/*.swift",
45       "RichString/tvos/*.swift"
46     ]
47   },
48   "swift_version": "4.2"