blob: 68e3c6eb2c2073e23cde1101e1d7bb7a17616ad1 [file] [log] [blame]
{
"name": "VISPER-Reactive",
"version": "3.0.0",
"summary": "Simple implementation of observable properties used in the VISPER Framework",
"description": "Base implementation of reactive properties for the VISPER Framework.\n(VISPER is a framework for building component based apps with the viper architecture in swift.)",
"homepage": "https://github.com/barteljan/VISPER",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://github.com/barteljan/VISPER.git",
"tag": "VISPER-Reactive-3.0.0"
},
"social_media_url": "https://twitter.com/barteljan",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Standard",
"subspecs": [
{
"name": "Standard",
"source_files": "VISPER-Reactive/Classes/Core/*.swift"
},
{
"name": "RxSwift",
"source_files": [
"VISPER-Reactive/Classes/RxSwift/*.swift",
"VISPER-Reactive/Classes/Core/*.swift"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
]
}
}
]
}