[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / e / 1 / f / Mini-Swift / 2.0.5 / Mini-Swift.podspec.json
blob144df34df3585a78a39bf194e68fa0f7d57a11c5
2   "name": "Mini-Swift",
3   "version": "2.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/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": "v2.0.5"
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.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": "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   "swift_version": "5.0"