[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 4 / 7 / RichString / 1.0.0 / RichString.podspec.json
blob3a6c73b2971eb92b8f2bfb6287d906cc72105539
2   "name": "RichString",
3   "version": "1.0.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   "platforms": {
13     "ios": "10.0",
14     "osx": "10.11"
15   },
16   "source": {
17     "git": "https://github.com/svdo/swift-RichString.git",
18     "tag": "1.0.0"
19   },
20   "ios": {
21     "source_files": [
22       "RichString/*.swift",
23       "RichString/iOS/*.swift"
24     ]
25   },
26   "osx": {
27     "source_files": [
28       "RichString/*.swift",
29       "RichString/macOS/*.swift"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"