blob: 40dd7f02d78442ee640e6d19a8e2bf5fa4fc285e [file] [log] [blame]
{
"name": "SFAttributedStringSwift",
"version": "1.0.0",
"summary": "This is by far the most leveraged way to output `NSAttributedString`.",
"homepage": "https://github.com/Meterwhite/SFAttributedString",
"license": "MIT",
"authors": {
"Meterwhite": "meterwhite@outlook.com"
},
"source": {
"git": "https://github.com/Meterwhite/SFAttributedString.git",
"tag": "1.0.0"
},
"source_files": "SWIFT/SFAttributedString/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"module_name": "SFAttributedString",
"frameworks": "UIKit",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_version": "5.0"
}