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