[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 8 / c / 9 / Boomerang / 4.1 / Boomerang.podspec.json
blob52fe06b242dd8798535167231b7f6788bfae329d
2   "name": "Boomerang",
3   "version": "4.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.1"
20   },
21   "source_files": "Sources/{.,Model,Router,ViewModel}/*.{swift,h,m}",
22   "ios": {
23     "source_files": "Sources/UIKit/{*,ios/*}.{swift}"
24   },
25   "tvos": {
26     "source_files": "Sources/UIKit/*.{swift}"
27   },
28   "dependencies": {
29     "RxSwift": [
31     ],
32     "Action": [
34     ]
35   }