blob: fab28da1896a8c6c515ea6669cae4f04ff361eb1 [file] [log] [blame]
{
"name": "TTText",
"version": "0.0.1",
"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"
]
}