blob: 0d0ea7793b773a8c04b44e64d248d76ac7d7173a [file] [log] [blame]
{
"name": "DOLabel",
"version": "2.0",
"summary": "UILabel replacement for iOS and macOS",
"homepage": "https://github.com/docterd/dolabel",
"license": {
"type": "MIT"
},
"authors": {
"Dennis Oberhoff": "dennis@obrhoff.de"
},
"source": {
"git": "https://github.com/docterd/dolabel.git",
"tag": "2.0"
},
"source_files": "Sources/DOLabel/DOLabel.swift",
"platforms": {
"osx": "10.12",
"ios": "10.0",
"tvos": "10.0"
},
"osx": {
"frameworks": "AppKit"
},
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}