[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / b / c / Monospacer / 0.0.5 / Monospacer.podspec.json
blob2a90434c0ddc23004ea843623927f6a5b0b38304
2   "name": "Monospacer",
3   "version": "0.0.5",
4   "summary": "A small framework to generate monospaced fonts.",
5   "description": "A framework for macOS, iOS, tvOS, and watchOS to create monospaced variants of\nfonts.",
6   "license": "MIT",
7   "authors": {
8     "Jeff Kelley": "SlaunchaMan@gmail.com"
9   },
10   "social_media_url": "https://twitter.com/SlaunchaMan",
11   "homepage": "https://github.com/SlaunchaMan/Monospacer",
12   "module_name": "Monospacer",
13   "swift_version": "4.1",
14   "platforms": {
15     "osx": "10.9",
16     "ios": "8.0",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/SlaunchaMan/Monospacer.git",
22     "tag": "0.0.5"
23   },
24   "source_files": "Code/*.swift",
25   "osx": {
26     "frameworks": "AppKit"
27   },
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "watchos": {
32     "frameworks": "UIKit"
33   },
34   "tvos": {
35     "frameworks": "UIKit"
36   }