[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / c / 9 / Boomerang / 6.1 / Boomerang.podspec.json
blobda6d2e46ab86e4d6163d01a3fe408e7981b6ab02
2   "name": "Boomerang",
3   "version": "6.1",
4   "summary": "Swift microframework for MVVM",
5   "description": "A Swift microframework helping developers to write better MVVM applications.",
6   "homepage": "http://github.com/synesthesia-it/Boomerang",
7   "swift_versions": "5.1",
8   "license": "MIT",
9   "authors": {
10     "Stefano Mondino": "stefano.mondino.dev@gmail.com"
11   },
12   "platforms": {
13     "ios": "11.0",
14     "tvos": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/synesthesia-it/Boomerang.git",
18     "tag": "6.1"
19   },
20   "default_subspecs": "UIKit",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Sources/Core/**/*.{swift}"
25     },
26     {
27       "name": "UIKit",
28       "source_files": "Sources/UIKit/**/*{.swift}",
29       "dependencies": {
30         "Boomerang/Core": [
32         ]
33       },
34       "frameworks": "UIKit",
35       "platforms": {
36         "ios": "11.0",
37         "tvos": "11.0"
38       }
39     },
40     {
41       "name": "RxSwift",
42       "source_files": "Sources/Rx/**/*{.swift}",
43       "dependencies": {
44         "Boomerang/UIKit": [
46         ],
47         "RxCocoa": [
49         ],
50         "RxSwift": [
52         ],
53         "RxDataSources": [
55         ]
56       }
57     }
58   ],
59   "swift_version": "5.1"