blob: 7218d5027dfa932adb9324040ae74e6792667a3b [file] [log] [blame]
{
"name": "StyledString",
"version": "0.7.0",
"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.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "Sources/**/*"
}