blob: 32fa185bebf1d23cfa82e28bbbbf1b1facf0404e [file] [log] [blame]
{
"name": "Reactant",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"SwiftKit": [
"0.9.0"
],
"RxDataSources": [
],
"RxOptional": [
],
"Lipstick": [
],
"TZStackView": [
],
"SnapKit": [
],
"HTTPStatusCodes": [
],
"HanekeSwift": [
]
}
}