blob: fdecdf456a34be7201f3e585d70bbb9cf92cebb0 [file] [log] [blame]
{
"name": "StyledString",
"version": "0.7.3",
"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.3"
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "Sources/**/*"
}