blob: 15ee4c4a48af74afb0d9f10b7b43e3f8a0ebe364 [file] [log] [blame]
{
"name": "SwiftRichString",
"version": "0.9.3",
"summary": "Elegant and painless Attributed String (NSAttributedString) in Swift",
"homepage": "https://github.com/malcommac/SwiftRichString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"social_media_url": "http://twitter.com/danielemargutti",
"source": {
"git": "https://github.com/malcommac/SwiftRichString.git",
"tag": "0.9.3"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"module_name": "SwiftRichString",
"pushed_with_swift_version": "3.0"
}