blob: bbfc3c2549e8d57d210022978a3b6513adb69f18 [file] [log] [blame]
{
"name": "SwiftRichString",
"version": "1.0.1",
"summary": "Elegant Attributed Strings (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",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/malcommac/SwiftRichString.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"module_name": "SwiftRichString",
"pushed_with_swift_version": "4.0"
}