[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / 7 / 3 / d / SwiftyHUD / 0.0.1 / SwiftyHUD.podspec.json
blob55a675e2e00d7bd99858385f82f9cceda053c97b
2   "name": "SwiftyHUD",
3   "version": "0.0.1",
4   "summary": "HUD (head-up display)",
5   "homepage": "https://github.com/Decybel07/SwiftyHUD",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Adrian Bobrowski": "adrian071993@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Decybel07/SwiftyHUD.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "watchos": "2.0",
20     "tvos": "9.0",
21     "osx": "10.10"
22   },
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Source/Core/Base/**/*.swift",
28       "ios": {
29         "frameworks": "UIKit",
30         "source_files": "Source/Core/UIKit/{Common,iOS}/**/*.swift"
31       },
32       "watchos": {
33         "frameworks": "WatchKit",
34         "source_files": "Source/Core/WatchKit/**/*.swift"
35       },
36       "tvos": {
37         "frameworks": "UIKit",
38         "source_files": "Source/Core/UIKit/{Common,tvOS}/**/*.swift"
39       },
40       "osx": {
41         "frameworks": "Cocoa",
42         "source_files": "Source/Core/Cocoa/**/*.swift"
43       }
44     },
45     {
46       "name": "Progress",
47       "dependencies": {
48         "SwiftyHUD/Core": [
50         ]
51       },
52       "source_files": "Source/Progress/**/*.swift"
53     },
54     {
55       "name": "Toast",
56       "dependencies": {
57         "SwiftyHUD/Core": [
59         ]
60       },
61       "source_files": "Source/Toast/**/*.swift"
62     }
63   ]