[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / b / c / Monospacer / 0.5.0 / Monospacer.podspec.json
blob75d51baf4ec7e81a8cc5f85f72b44e04a5dc8939
2   "name": "Monospacer",
3   "version": "0.5.0",
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_versions": [
14     "4.0",
15     "4.1",
16     "4.2",
17     "5.0",
18     "5.0"
19   ],
20   "platforms": {
21     "osx": "10.9",
22     "ios": "8.0",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "source": {
27     "git": "https://github.com/SlaunchaMan/Monospacer.git",
28     "tag": "0.5.0"
29   },
30   "source_files": "Code/*.swift",
31   "osx": {
32     "frameworks": "AppKit"
33   },
34   "ios": {
35     "frameworks": "UIKit"
36   },
37   "watchos": {
38     "frameworks": "UIKit"
39   },
40   "tvos": {
41     "frameworks": "UIKit"
42   },
43   "swift_version": "5.0"