[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 3 / 2 / SwiftRichString / 4.0.0-alpha-6 / SwiftRichString.podspec.json
blobf04cc5df531243648bfb8546caedaab259ce3ccd
2   "name": "SwiftRichString",
3   "version": "4.0.0-alpha-6",
4   "summary": "Elegant Attributed String composition in Swift sauce",
5   "description": "SwiftRichString is the best toolkit to work easily with Strings and Attributed Strings.",
6   "homepage": "https://github.com/malcommac/SwiftRichString",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniele Margutti": "hello@danielemargutti.com"
13   },
14   "social_media_url": "https://twitter.com/danielemargutti",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "watchos": "2.0",
19     "tvos": "9.2"
20   },
21   "source": {
22     "git": "https://github.com/malcommac/SwiftRichString.git",
23     "tag": "4.0.0-alpha-6"
24   },
25   "source_files": "Sources/**/*",
26   "ios": {
27     "public_header_files": "Sources/**/*.h"
28   },
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
31     "OTHER_LDFLAGS": "-lxml2"
32   },
33   "frameworks": "Foundation",
34   "swift_versions": [
35     "5.0",
36     "5.1",
37     "5.3"
38   ],
39   "swift_version": "5.3"