blob: 5a96b1922a5827a8e6e4032a3fa253e7f92dadf8 [file] [log] [blame]
{
"name": "ReactiveReSwift",
"version": "4.0.0",
"summary": "Unidirectional Data Flow in Swift - Inspired by ReSwift and Elm",
"homepage": "https://github.com/ReSwift/ReactiveReSwift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"documentation_url": "https://reswift.github.io/ReactiveReSwift",
"authors": {
"Charlotte Tortorella": "charlotte@monadic.consulting"
},
"source": {
"git": "https://github.com/ReSwift/ReactiveReSwift.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}