blob: c1e60057a341961ff0ffd17e52f3af3ae5909c6c [file] [log] [blame]
{
"name": "StyledString",
"version": "0.7.1",
"summary": "String styling in Swift",
"description": "Easy creation of NSAttributedStrings with Swift.",
"homepage": "https://github.com/Q42/StyledString",
"license": "MIT",
"authors": {
"Sander de Vos": "sander@q42.nl"
},
"source": {
"git": "https://github.com/Q42/StyledString.git",
"tag": "0.7.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "Sources/**/*"
}