[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 7 / 3 / 2 / SwiftRichString / 0.9.10 / SwiftRichString.podspec.json
blobb3245b437ba10a25741119bd04fad0187e9ddeff
2   "name": "SwiftRichString",
3   "version": "0.9.10",
4   "summary": "Elegant Attributed Strings (NSAttributedString) in Swift",
5   "homepage": "https://github.com/malcommac/SwiftRichString",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Daniele Margutti": "me@danielemargutti.com"
12   },
13   "social_media_url": "http://twitter.com/danielemargutti",
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0",
17     "watchos": "2.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/malcommac/SwiftRichString.git",
22     "tag": "0.9.10"
23   },
24   "source_files": "Sources/**/*.swift",
25   "frameworks": "Foundation",
26   "requires_arc": true,
27   "module_name": "SwiftRichString",
28   "pushed_with_swift_version": "3.0"