[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / b / c / Monospacer / 0.6.1 / Monospacer.podspec.json
blob7a8c73f8b94d95e90004e9c9840a54ad11761543
2   "name": "Monospacer",
3   "version": "0.6.1",
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.1"
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.6.1"
29   },
30   "source_files": "Sources/Monospacer/*.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   "testspecs": [
44     {
45       "name": "MonospacerTests",
46       "test_type": "unit",
47       "platforms": {
48         "osx": "10.9",
49         "ios": "8.0",
50         "tvos": "9.0"
51       },
52       "source_files": "Sources/MonospacerTests/*.swift"
53     }
54   ],
55   "swift_version": "5.1"