[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 1 / f / Mini-Swift / 1.0.0 / Mini-Swift.podspec.json
blobfc2a3915bba23c24a3fad1fa15a7ff5ed241280f
2   "name": "Mini-Swift",
3   "version": "1.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/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": "v1.0.0"
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   "ios": {
26     "source_files": "Sources/**/*.swift"
27   },
28   "osx": {
29     "source_files": "Sources/**/*.swift"
30   },
31   "tvos": {
32     "source_files": "Sources/**/*.swift"
33   },
34   "frameworks": "Foundation",
35   "dependencies": {
36     "RxSwift": [
37       "~> 5"
38     ],
39     "SwiftNIOConcurrencyHelpers": [
40       "~> 2.0.0"
41     ]
42   },
43   "module_name": "Mini",
44   "preserve_paths": [
45     "Templates/*.stencil"
46   ],
47   "swift_version": "5.0"