blob: 2d63932c0c0d6b7a6909e0b07575c42e69fffedd [file] [log] [blame]
{
"name": "TTText",
"version": "1.0.0",
"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",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"Classes",
"Classes/*.swift"
],
"swift_versions": [
"5.0",
"5.1"
],
"swift_version": "5.1"
}