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