blob: e1da63ccd71e8fb47c43fdf96e7200b7ca91d274 [file] [log] [blame]
{
"name": "RichString",
"version": "2.0.0",
"summary": "The easiest way to work with attributed strings in Swift.",
"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`.",
"homepage": "https://github.com/svdo/swift-RichString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Stefan van den Oord",
"documentation_url": "https://svdo.github.io/swift-RichString/",
"platforms": {
"ios": "10.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/svdo/swift-RichString.git",
"tag": "2.0.0"
},
"ios": {
"source_files": [
"RichString/*.swift",
"RichString/iOS/*.swift"
]
},
"osx": {
"source_files": [
"RichString/*.swift",
"RichString/macOS/*.swift"
]
},
"watchos": {
"source_files": [
"RichString/*.swift",
"RichString/watchos/*.swift"
]
},
"tvos": {
"source_files": [
"RichString/*.swift",
"RichString/tvos/*.swift"
]
},
"pushed_with_swift_version": "4.0"
}