[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / f / Mini-Swift / 3.0.2 / Mini-Swift.podspec.json
blob6e090a25c8d8d4903364f91fb69e092731ed4d09
2   "name": "Mini-Swift",
3   "version": "3.0.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": "v3.0.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.10.0"
32     ]
33   },
34   "default_subspecs": "Core",
35   "module_name": "Mini",
36   "preserve_paths": [
37     "Templates/*.stencil"
38   ],
39   "subspecs": [
40     {
41       "name": "Core",
42       "ios": {
43         "source_files": "Sources/Mini/**/*.swift"
44       },
45       "osx": {
46         "source_files": "Sources/Mini/**/*.swift"
47       },
48       "tvos": {
49         "source_files": "Sources/Mini/**/*.swift"
50       }
51     },
52     {
53       "name": "Log",
54       "ios": {
55         "dependencies": {
56           "Mini-Swift/Core": [
58           ]
59         },
60         "source_files": "Sources/LoggingService/*.swift"
61       },
62       "osx": {
63         "dependencies": {
64           "Mini-Swift/Core": [
66           ]
67         },
68         "source_files": "Sources/LoggingService/*.swift"
69       },
70       "tvos": {
71         "dependencies": {
72           "Mini-Swift/Core": [
74           ]
75         },
76         "source_files": "Sources/LoggingService/*.swift"
77       }
78     },
79     {
80       "name": "Test",
81       "ios": {
82         "dependencies": {
83           "Mini-Swift/Core": [
85           ]
86         },
87         "source_files": "Sources/TestMiddleware/*.swift"
88       },
89       "osx": {
90         "dependencies": {
91           "Mini-Swift/Core": [
93           ]
94         },
95         "source_files": "Sources/TestMiddleware/*.swift"
96       },
97       "tvos": {
98         "dependencies": {
99           "Mini-Swift/Core": [
101           ]
102         },
103         "source_files": "Sources/TestMiddleware/*.swift"
104       }
105     },
106     {
107       "name": "MiniTasks",
108       "ios": {
109         "dependencies": {
110           "Mini-Swift/Core": [
112           ]
113         },
114         "source_files": "Sources/MiniTasks/*.swift"
115       },
116       "osx": {
117         "dependencies": {
118           "Mini-Swift/Core": [
120           ]
121         },
122         "source_files": "Sources/MiniTasks/*.swift"
123       },
124       "tvos": {
125         "dependencies": {
126           "Mini-Swift/Core": [
128           ]
129         },
130         "source_files": "Sources/MiniTasks/*.swift"
131       }
132     },
133     {
134       "name": "MiniPromises",
135       "ios": {
136         "dependencies": {
137           "Mini-Swift/Core": [
139           ]
140         },
141         "source_files": "Sources/MiniPromises/*.swift"
142       },
143       "osx": {
144         "dependencies": {
145           "Mini-Swift/Core": [
147           ]
148         },
149         "source_files": "Sources/MiniPromises/*.swift"
150       },
151       "tvos": {
152         "dependencies": {
153           "Mini-Swift/Core": [
155           ]
156         },
157         "source_files": "Sources/MiniPromises/*.swift"
158       }
159     }
160   ],
161   "swift_version": "5.0"