[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 9 / 0 / f / Baconian / 1.0.4 / Baconian.podspec.json
blob412026e9ea14b72a6b18dfec003855a920ec9fe8
2   "name": "Baconian",
3   "version": "1.0.4",
4   "summary": "System information reporter in Swift.",
5   "description": "**Baconian** is system information reporter framework in Swift.  \nThe reporter provides memory pressure and cpu load.",
6   "homepage": "https://github.com/daisuke-t-jp/Baconian",
7   "screenshots": [
8     "https://raw.githubusercontent.com/daisuke-t-jp/Baconian/master/images/DemoMovie-iOS.gif",
9     "https://raw.githubusercontent.com/daisuke-t-jp/Baconian/master/images/DemoMovie-macOS.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "daisuke-t-jp": "daisuke.t.jp@gmail.com"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12"
21   },
22   "source": {
23     "git": "https://github.com/daisuke-t-jp/Baconian.git",
24     "tag": "1.0.4"
25   },
26   "source_files": "Baconian/**/*.{swift}",
27   "ios": {
28     "resources": "Baconian/UI/ReporterCompactView/iOS/*.{xib}",
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "resources": "Baconian/UI/ReporterCompactView/macOS/*.{xib}",
33     "frameworks": "AppKit"
34   },
35   "swift_version": "5.0",
36   "requires_arc": true,
37   "dependencies": {
38     "Mach-Swift": [
40     ]
41   }