[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / e / 1 / f / Mini-Swift / 1.1.2 / Mini-Swift.podspec.json
bloba68bd67a9b1d91686ad6078c102be041d0445722
2   "name": "Mini-Swift",
3   "version": "1.1.2",
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": "v1.1.2"
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": [
45           "Sources/MiniSwift/*.swift",
46           "Sources/MiniSwift/Utils/**/*.swift"
47         ]
48       },
49       "osx": {
50         "source_files": [
51           "Sources/MiniSwift/*.swift",
52           "Sources/MiniSwift/Utils/**/*.swift"
53         ]
54       },
55       "tvos": {
56         "source_files": [
57           "Sources/MiniSwift/*.swift",
58           "Sources/MiniSwift/Utils/**/*.swift"
59         ]
60       }
61     },
62     {
63       "name": "Log",
64       "ios": {
65         "dependencies": {
66           "Mini-Swift/Core": [
68           ]
69         },
70         "source_files": "Sources/MiniSwift/LoggingService/*.swift"
71       },
72       "osx": {
73         "dependencies": {
74           "Mini-Swift/Core": [
76           ]
77         },
78         "source_files": "Sources/MiniSwift/LoggingService/*.swift"
79       },
80       "tvos": {
81         "dependencies": {
82           "Mini-Swift/Core": [
84           ]
85         },
86         "source_files": "Sources/MiniSwift/LoggingService/*.swift"
87       }
88     },
89     {
90       "name": "Test",
91       "ios": {
92         "dependencies": {
93           "Mini-Swift/Core": [
95           ]
96         },
97         "source_files": "Sources/MiniSwift/TestMiddleware/*.swift"
98       },
99       "osx": {
100         "dependencies": {
101           "Mini-Swift/Core": [
103           ]
104         },
105         "source_files": "Sources/MiniSwift/TestMiddleware/*.swift"
106       },
107       "tvos": {
108         "dependencies": {
109           "Mini-Swift/Core": [
111           ]
112         },
113         "source_files": "Sources/MiniSwift/TestMiddleware/*.swift"
114       }
115     }
116   ]