[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / c / 9 / Boomerang / 4.0.1 / Boomerang.podspec.json
blobd12dcc60548303664003d0e3d594daa35e8dce51
2   "name": "Boomerang",
3   "version": "4.0.1",
4   "summary": "Swift microframework for MVVM",
5   "description": "Boomerang is a swift microframework for better crossplatform apps",
6   "homepage": "https://github.com/stefanomondino/Boomerang",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "Stefano Mondino",
12   "platforms": {
13     "osx": "10.10",
14     "ios": "9.0",
15     "tvos": "9.2"
16   },
17   "source": {
18     "git": "https://github.com/stefanomondino/Boomerang.git",
19     "tag": "4.0.1"
20   },
21   "source_files": "Sources/*.{swift,h,m}",
22   "ios": {
23     "source_files": "Sources/UIKit/{*,ios/*}.{swift}"
24   },
25   "tvos": {
26     "source_files": "Sources/UIKit/*.{swift}"
27   },
28   "module_map": "Sources/module.modulemap",
29   "dependencies": {
30     "RxSwift": [
32     ],
33     "Action": [
35     ]
36   }