[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 2 / d / MasMini-Swift / 1.3.0 / MasMini-Swift.podspec.json
blob9b632d82049adc8423f2990cc7fe208033188a2b
2   "name": "MasMini-Swift",
3   "version": "1.3.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/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.3.0"
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.1"
29     ]
30   },
31   "default_subspecs": "Core",
32   "module_name": "Mini",
33   "subspecs": [
34     {
35       "name": "Core",
36       "ios": {
37         "source_files": [
38           "Sources/*.swift",
39           "Sources/Utils/**/*.swift"
40         ]
41       },
42       "osx": {
43         "source_files": [
44           "Sources/*.swift",
45           "Sources/Utils/**/*.swift"
46         ]
47       },
48       "tvos": {
49         "source_files": [
50           "Sources/*.swift",
51           "Sources/Utils/**/*.swift"
52         ]
53       }
54     },
55     {
56       "name": "Log",
57       "ios": {
58         "dependencies": {
59           "MasMini-Swift/Core": [
61           ]
62         },
63         "source_files": "Sources/LoggingService/*.swift"
64       },
65       "osx": {
66         "dependencies": {
67           "MasMini-Swift/Core": [
69           ]
70         },
71         "source_files": "Sources/LoggingService/*.swift"
72       },
73       "tvos": {
74         "dependencies": {
75           "MasMini-Swift/Core": [
77           ]
78         },
79         "source_files": "Sources/LoggingService/*.swift"
80       }
81     },
82     {
83       "name": "Test",
84       "ios": {
85         "dependencies": {
86           "MasMini-Swift/Core": [
88           ]
89         },
90         "source_files": "Sources/TestMiddleware/*.swift"
91       },
92       "osx": {
93         "dependencies": {
94           "MasMini-Swift/Core": [
96           ]
97         },
98         "source_files": "Sources/TestMiddleware/*.swift"
99       },
100       "tvos": {
101         "dependencies": {
102           "MasMini-Swift/Core": [
104           ]
105         },
106         "source_files": "Sources/TestMiddleware/*.swift"
107       }
108     }
109   ],
110   "swift_version": "5.0"