[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / c / 9 / Boomerang / 6.4.0 / Boomerang.podspec.json
blob7e258d4b8d4e01a4297e04d31eb4d6d1b3abd327
2   "name": "Boomerang",
3   "version": "6.4.0",
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.4.0"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Sources/Core/**/*.{swift}",
25       "weak_frameworks": "SwiftUI"
26     },
27     {
28       "name": "RxSwift",
29       "source_files": "Sources/Rx/**/*{.swift}",
30       "dependencies": {
31         "Boomerang/Core": [
33         ],
34         "RxCocoa": [
36         ],
37         "RxSwift": [
39         ],
40         "RxDataSources": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.1"