blob: b9a506f99af67f5f9dfd300a3145156659960ab2 [file] [log] [blame]
{
"name": "TTText",
"version": "0.0.3",
"summary": "Swift 5 string interpolation - NSAttributedString",
"description": "Use string difference to achieve exactly the same effect as AttributedStrings, simplifying the creation of AttributedStrings",
"homepage": "https://github.com/temagit/TTText.git",
"license": {
"type": "MIT"
},
"authors": {
"tema.tian": "temagsoft@163.com"
},
"source": {
"git": "https://github.com/temagit/TTText.git",
"branch": "master"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"Classes",
"Classes/*.swift"
],
"swift_versions": [
"5.0",
"5.1"
],
"swift_version": "5.1"
}