blob: 0d2c1c1813f36b7b1dd27bafee3b467299ccc408 [file] [log] [blame]
{
"name": "Monospacer",
"version": "0.3.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_version": "4.0",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/SlaunchaMan/Monospacer.git",
"tag": "0.3.0"
},
"source_files": "Code/*.swift",
"osx": {
"frameworks": "AppKit"
},
"ios": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
}
}