blob: 795e82d028934002851063ec0a582a7973494886 [file] [log] [blame]
{
"name": "Reactant",
"version": "0.4.0",
"summary": "Imagine React Native in Swift and you get Reactant",
"description": "We combined the strength of RxSwift with pure swift and\nmade a framework for highly reusable and clean views.",
"homepage": "https://github.com/SwiftKit/Reactant.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tadeas Kriz": "tadeas@brightify.org",
"Matous Hybl": "matous@brightify.org"
},
"source": {
"git": "https://github.com/SwiftKit/Reactant",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 3.0.0"
],
"RxCocoa": [
"~> 3.0.0"
],
"SwiftKit": [
"~> 0.10"
],
"RxDataSources": [
"~> 1.0.0"
],
"RxOptional": [
"~> 3.1"
],
"Lipstick": [
"~> 0.4"
],
"SnapKit": [
"~> 3.0"
],
"HTTPStatusCodes": [
"~> 3.1"
],
"Kingfisher": [
"~> 3.1"
]
},
"pushed_with_swift_version": "3.0"
}