[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / c / 9 / Boomerang / 0.9 / Boomerang.podspec.json
blob4d8e1f8118d4622ae86328b37db5f7f2a96c1c0e
2   "name": "Boomerang",
3   "version": "0.9",
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": "8.0",
15     "tvos": "9.0",
16     "watchos": "2.0"
17   },
18   "source": {
19     "git": "https://github.com/stefanomondino/Boomerang.git",
20     "tag": "0.9"
21   },
22   "source_files": "Sources/*.{swift,h,m}",
23   "ios": {
24     "source_files": "Sources/UIKit/**.{swift}"
25   },
26   "tvos": {
27     "source_files": "Sources/UIKit/*.{swift}"
28   },
29   "module_map": "Sources/module.modulemap",
30   "dependencies": {
31     "RxSwift": [
32       "~> 3.0"
33     ],
34     "Action": [
35       "~> 2.1"
36     ]
37   },
38   "pushed_with_swift_version": "3.0"