blob: 1b1e53ae356348aa41934fb4f5d1e12ba9830d51 [file] [log] [blame]
{
"name": "Reactant",
"version": "1.0.2",
"summary": "Reactant is a reactive architecture for iOS",
"description": "Reactant is a foundation for rapid and safe iOS development. It allows you to cut down your development costs by improving reusability, testability and safety of your code, especially your UI.",
"homepage": "https://www.reactant.tech",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org",
"Matous Hybl": "matous@brightify.org",
"Filip Dolnik": "filip@brightify.org"
},
"source": {
"git": "https://github.com/Brightify/Reactant.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/BrightifyOrg",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Core",
"Result"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"frameworks": "UIKit",
"dependencies": {
"Reactant/Configuration": [
],
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
],
"RxOptional": [
"~> 3.0"
],
"SnapKit": [
"~> 3.0"
]
},
"source_files": [
"Source/Core/**/*.swift",
"Source/Utils/**/*.swift"
]
},
{
"name": "Configuration",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"SnapKit": [
"~> 3.0"
]
},
"source_files": "Source/Configuration/**/*.swift"
},
{
"name": "Result",
"dependencies": {
"Result": [
"~> 3.0"
],
"RxSwift": [
"~> 3.0"
],
"RxOptional": [
"~> 3.0"
]
},
"source_files": "Source/Result/**/*.swift"
},
{
"name": "Validation",
"dependencies": {
"Result": [
"~> 3.0"
]
},
"source_files": "Source/Validation/**/*.swift"
},
{
"name": "TableView",
"frameworks": "UIKit",
"dependencies": {
"Reactant/Core": [
],
"RxCocoa": [
"~> 3.0"
],
"RxDataSources": [
"~> 1.0"
]
},
"source_files": [
"Source/TableView/**/*.swift",
"Source/CollectionView/CollectionViewState.swift"
]
},
{
"name": "CollectionView",
"frameworks": "UIKit",
"dependencies": {
"Reactant/Core": [
],
"RxCocoa": [
"~> 3.0"
],
"RxDataSources": [
"~> 1.0"
]
},
"source_files": "Source/CollectionView/**/*.swift"
},
{
"name": "ActivityIndicator",
"frameworks": "UIKit",
"dependencies": {
"RxCocoa": [
"~> 3.0"
]
},
"source_files": "Source/ActivityIndicator/**/*.swift"
},
{
"name": "StaticMap",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"Reactant/Core": [
],
"RxCocoa": [
"~> 3.0"
],
"Kingfisher": [
"~> 3.0"
]
},
"source_files": "Source/StaticMap/**/*.swift"
}
]
}