blob: 6c84a5e14e55350ba04f7564964b5e033eacd36c [file] [log] [blame]
{
"name": "RichString",
"version": "2.2.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.2.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"
]
}
}