[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / c / 9 / Boomerang / 6.0 / Boomerang.podspec.json
blobaec940d6bd4a818b153c420574f8c7aab442fca5
2   "name": "Boomerang",
3   "version": "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   "license": "MIT",
8   "authors": {
9     "Stefano Mondino": "stefano.mondino.dev@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0",
13     "tvos": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/synesthesia-it/Boomerang.git",
17     "tag": "6.0"
18   },
19   "default_subspecs": "UIKit",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Sources/Core/**/*.{swift}"
24     },
25     {
26       "name": "UIKit",
27       "source_files": "Sources/UIKit/**/*{.swift}",
28       "dependencies": {
29         "Boomerang/Core": [
31         ]
32       },
33       "frameworks": "UIKit",
34       "platforms": {
35         "ios": "11.0",
36         "tvos": "11.0"
37       }
38     },
39     {
40       "name": "RxSwift",
41       "source_files": "Sources/Rx/**/*{.swift}",
42       "dependencies": {
43         "Boomerang/UIKit": [
45         ],
46         "RxCocoa": [
48         ],
49         "RxSwift": [
51         ],
52         "RxDataSources": [
54         ]
55       }
56     }
57   ]