[Add] boost-iosx 1.87.0.3
[CocoaPods.git] / Specs / 0 / d / 8 / Romita / 1.1.0 / Romita.podspec.json
blob532e71ec16f651942f90b60ca60143ba3bcae6bf
2   "name": "Romita",
3   "version": "1.1.0",
4   "summary": "Romita is a Swift iOS/macOS/tvOS/watchOS framework that extends the AppKit, UIKit, and WatchKit frameworks.",
5   "description": "*Romita* is a Swift iOS/macOS/tvOS/watchOS framework that extends the `AppKit`, `UIKit`, and `WatchKit` frameworks. It includes a number of macros, functions, categories and classes that make repetitive tasks easier.",
6   "homepage": "https://github.com/Kosoku/Romita",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/Romita.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "14.0",
20     "osx": "11.0",
21     "tvos": "13.0",
22     "watchos": "5.0"
23   },
24   "requires_arc": true,
25   "source_files": "Romita/**/*.{h,m,swift}",
26   "swift_versions": [
27     "5"
28   ],
29   "dependencies": {
30     "Feige": [
32     ]
33   },
34   "ios": {
35     "frameworks": [
36       "Foundation",
37       "UIKit"
38     ]
39   },
40   "osx": {
41     "frameworks": [
42       "Foundation",
43       "AppKit"
44     ]
45   },
46   "tvos": {
47     "frameworks": [
48       "Foundation",
49       "UIKit"
50     ]
51   },
52   "watchos": {
53     "frameworks": [
54       "Foundation",
55       "WatchKit"
56     ]
57   },
58   "swift_version": "5"