blob: 75d51baf4ec7e81a8cc5f85f72b44e04a5dc8939 [file] [log] [blame]
{
"name": "Monospacer",
"version": "0.5.0",
"summary": "A small framework to generate monospaced fonts.",
"description": "A framework for macOS, iOS, tvOS, and watchOS to create monospaced variants of\nfonts.",
"license": "MIT",
"authors": {
"Jeff Kelley": "SlaunchaMan@gmail.com"
},
"social_media_url": "https://twitter.com/SlaunchaMan",
"homepage": "https://github.com/SlaunchaMan/Monospacer",
"module_name": "Monospacer",
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0",
"5.0"
],
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/SlaunchaMan/Monospacer.git",
"tag": "0.5.0"
},
"source_files": "Code/*.swift",
"osx": {
"frameworks": "AppKit"
},
"ios": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"swift_version": "5.0"
}