[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / c / 9 / Boomerang / 6.6.0 / Boomerang.podspec.json
blob449a970a6ee43a929ca3a279c583a210257f71fc
2   "name": "Boomerang",
3   "version": "6.6.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     "osx": "10.13",
15     "watchos": "6.0",
16     "tvos": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/synesthesia-it/Boomerang.git",
20     "tag": "6.6.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Core/**/*.{swift}",
27       "weak_frameworks": "SwiftUI"
28     },
29     {
30       "name": "RxSwift",
31       "source_files": "Sources/Rx/**/*{.swift}",
32       "dependencies": {
33         "Boomerang/Core": [
35         ],
36         "RxCocoa": [
38         ],
39         "RxSwift": [
41         ]
42       },
43       "ios": {
44         "dependencies": {
45           "RxDataSources": [
47           ]
48         }
49       },
50       "tvos": {
51         "dependencies": {
52           "RxDataSources": [
54           ]
55         }
56       },
57       "pod_target_xcconfig": {
58         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) COCOAPODS_RXBOOMERANG"
59       }
60     }
61   ],
62   "swift_version": "5.1"