[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / e / 1 / f / Mini-Swift / 2.0.0 / Mini-Swift.podspec.json
blobdf27733ff038529e39464e59bca538c94980f9ca
2   "name": "Mini-Swift",
3   "version": "2.0.0",
4   "swift_versions": "5.0",
5   "summary": "The minimal expression of a Flux architecture in Swift.",
6   "description": "The minimal expression of a Flux architecture in Swift.\n\nMini is built with be a first class citizen in Swift applications: macOS, iOS and tvOS applications.\nWith Mini, you can create a thread-safe application with a predictable unidirectional data flow,\nfocusing on what really matters: build awesome applications.",
7   "homepage": "https://github.com/bq/Mini-Swift",
8   "license": {
9     "type": "APACHE",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "bq": "info@bq.com"
14   },
15   "source": {
16     "git": "https://github.com/bq/mini-swift.git",
17     "tag": "v2.0.0"
18   },
19   "social_media_url": "https://twitter.com/bqreaders",
20   "platforms": {
21     "ios": "11.0",
22     "osx": "10.13",
23     "tvos": "11.0"
24   },
25   "frameworks": "Foundation",
26   "dependencies": {
27     "RxSwift": [
28       "~> 5"
29     ],
30     "SwiftNIOConcurrencyHelpers": [
31       "~> 2.0.0"
32     ]
33   },
34   "default_subspecs": "Core",
35   "module_name": "Mini",
36   "preserve_paths": [
37     "Templates/*.stencil"
38   ],
39   "swift_version": "5.0",
40   "subspecs": [
41     {
42       "name": "Core",
43       "ios": {
44         "source_files": "Sources/Mini/**/*.swift"
45       },
46       "osx": {
47         "source_files": "Sources/Mini/**/*.swift"
48       },
49       "tvos": {
50         "source_files": "Sources/Mini/**/*.swift"
51       }
52     },
53     {
54       "name": "Log",
55       "ios": {
56         "dependencies": {
57           "Mini-Swift/Core": [
59           ]
60         },
61         "source_files": "Sources/LoggingService/*.swift"
62       },
63       "osx": {
64         "dependencies": {
65           "Mini-Swift/Core": [
67           ]
68         },
69         "source_files": "Sources/LoggingService/*.swift"
70       },
71       "tvos": {
72         "dependencies": {
73           "Mini-Swift/Core": [
75           ]
76         },
77         "source_files": "Sources/LoggingService/*.swift"
78       }
79     },
80     {
81       "name": "Test",
82       "ios": {
83         "dependencies": {
84           "Mini-Swift/Core": [
86           ]
87         },
88         "source_files": "Sources/LoggingService/*.swift"
89       },
90       "osx": {
91         "dependencies": {
92           "Mini-Swift/Core": [
94           ]
95         },
96         "source_files": "Sources/LoggingService/*.swift"
97       },
98       "tvos": {
99         "dependencies": {
100           "Mini-Swift/Core": [
102           ]
103         },
104         "source_files": "Sources/LoggingService/*.swift"
105       }
106     }
107   ]