blob: 23e303e128d6867e67df919f03ece891ec156771 [file] [log] [blame]
{
"name": "XCEFontAdjustedLabel",
"summary": "Label with precise control over alignment rect.",
"version": "1.0.0",
"homepage": "https://XCEssentials.github.io/FontAdjustedLabel",
"source": {
"git": "https://github.com/XCEssentials/FontAdjustedLabel.git",
"tag": "1.0.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit"
}
}