[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / 2 / d / MasMini-Swift / 1.1.3 / MasMini-Swift.podspec.json
blob2adf30bb73be9cfa7a39c3ae100a36f2a1e014c7
2   "name": "MasMini-Swift",
3   "version": "1.1.3",
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/masmovil/MasMini-Swift",
8   "license": {
9     "type": "APACHE",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "MásMóvil": "info@grupomasmovil.com"
14   },
15   "source": {
16     "git": "https://github.com/masmovil/masmini-swift.git",
17     "tag": "v1.1.3"
18   },
19   "social_media_url": "https://twitter.com/masmovil",
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   "subspecs": [
40     {
41       "name": "Core",
42       "ios": {
43         "source_files": [
44           "Sources/MiniSwift/*.swift",
45           "Sources/MiniSwift/Utils/**/*.swift"
46         ]
47       },
48       "osx": {
49         "source_files": [
50           "Sources/MiniSwift/*.swift",
51           "Sources/MiniSwift/Utils/**/*.swift"
52         ]
53       },
54       "tvos": {
55         "source_files": [
56           "Sources/MiniSwift/*.swift",
57           "Sources/MiniSwift/Utils/**/*.swift"
58         ]
59       }
60     },
61     {
62       "name": "Log",
63       "ios": {
64         "dependencies": {
65           "MasMini-Swift/Core": [
67           ]
68         },
69         "source_files": "Sources/MiniSwift/LoggingService/*.swift"
70       },
71       "osx": {
72         "dependencies": {
73           "MasMini-Swift/Core": [
75           ]
76         },
77         "source_files": "Sources/MiniSwift/LoggingService/*.swift"
78       },
79       "tvos": {
80         "dependencies": {
81           "MasMini-Swift/Core": [
83           ]
84         },
85         "source_files": "Sources/MiniSwift/LoggingService/*.swift"
86       }
87     },
88     {
89       "name": "Test",
90       "ios": {
91         "dependencies": {
92           "MasMini-Swift/Core": [
94           ]
95         },
96         "source_files": "Sources/MiniSwift/TestMiddleware/*.swift"
97       },
98       "osx": {
99         "dependencies": {
100           "MasMini-Swift/Core": [
102           ]
103         },
104         "source_files": "Sources/MiniSwift/TestMiddleware/*.swift"
105       },
106       "tvos": {
107         "dependencies": {
108           "MasMini-Swift/Core": [
110           ]
111         },
112         "source_files": "Sources/MiniSwift/TestMiddleware/*.swift"
113       }
114     }
115   ],
116   "swift_version": "5.0"