[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / e / 1 / f / Mini-Swift / 0.3.0 / Mini-Swift.podspec.json
blobfc9e0a01c101505c2e27beb4b3efce57a5642305
2   "name": "Mini-Swift",
3   "version": "0.3.0",
4   "swift_versions": "5.0",
5   "summary": "The re-imagined Re-Flux architecture for Swift.",
6   "description": "The re-imagined Re-Flux architecture for Swift. \nDependencies: RxSwift",
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": "v0.3.0"
18   },
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "watchos": "4.0",
23     "tvos": "11.0"
24   },
25   "ios": {
26     "frameworks": "UIKit",
27     "source_files": "Source/**/*.swift"
28   },
29   "osx": {
30     "frameworks": "AppKit",
31     "source_files": "Source/**/*.swift"
32   },
33   "watchos": {
34     "frameworks": [
35       "UIKit",
36       "WatchKit"
37     ],
38     "source_files": "Source/**/*.swift"
39   },
40   "tvos": {
41     "frameworks": "UIKit",
42     "source_files": "Source/**/*.swift"
43   },
44   "frameworks": "Foundation",
45   "dependencies": {
46     "RxSwift": [
47       "~> 5"
48     ],
49     "MagicPills": [
50       "~> 2.1"
51     ]
52   },
53   "module_name": "Mini",
54   "swift_version": "5.0"