blob: 3a6c73b2971eb92b8f2bfb6287d906cc72105539 [file] [log] [blame]
{
"name": "RichString",
"version": "1.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",
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/svdo/swift-RichString.git",
"tag": "1.0.0"
},
"ios": {
"source_files": [
"RichString/*.swift",
"RichString/iOS/*.swift"
]
},
"osx": {
"source_files": [
"RichString/*.swift",
"RichString/macOS/*.swift"
]
},
"pushed_with_swift_version": "3.0"
}