blob: 7f17a87320e0922c29f1ad10f712a141f2b59aca [file] [log] [blame]
{
"name": "RichString",
"version": "1.2.3",
"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",
"platforms": {
"ios": "10.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/svdo/swift-RichString.git",
"tag": "1.2.3"
},
"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": "3.0.1"
}