[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 5 / 2 / d / MasMini-Swift / 3.0.5 / MasMini-Swift.podspec.json
blobfe79a01fb3a238d139a8c6a184af505f82670c26
2   "name": "MasMini-Swift",
3   "version": "3.0.5",
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": "v3.0.5"
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   "default_subspecs": "Core",
27   "module_name": "Mini",
28   "subspecs": [
29     {
30       "name": "Core",
31       "ios": {
32         "source_files": [
33           "Sources/*.swift",
34           "Sources/**/*.swift"
35         ]
36       },
37       "osx": {
38         "source_files": [
39           "Sources/*.swift",
40           "Sources/**/*.swift"
41         ]
42       },
43       "tvos": {
44         "source_files": [
45           "Sources/*.swift",
46           "Sources/**/*.swift"
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.0"