[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 2 / d / MasMini-Swift / 2.0.0 / MasMini-Swift.podspec.json
blobfbfbde2cbecdbd231c4ebeeb6f4bc884c08df5db
2   "name": "MasMini-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/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": "v2.0.0"
18   },
19   "social_media_url": "https://twitter.com/masmovil",
20   "platforms": {
21     "ios": "14.1",
22     "osx": "11.0",
23     "tvos": "13.0"
24   },
25   "frameworks": "Foundation",
26   "dependencies": {
27     "RxSwift": [
28       "~> 6"
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   "swift_version": "5.0"