blob: 414910fa8dd505e25244b898720ac2f9a38720da [file] [log] [blame]
{
"name": "RxLens",
"version": "0.1.1",
"summary": "Enables reactive read and copy-on-write access.",
"description": "Enables reactive read and copy-on-write access for an entity's property in a datastructure.\nSome examples for lenses can be found in this [blog post](http://chris.eidhof.nl/post/lenses-in-swift/).",
"homepage": "https://vknabel.github.io/RxLens",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valentin Knabel": "dev@vknabel.com"
},
"social_media_url": "https://twitter.com/vknabel",
"source": {
"git": "https://github.com/vknabel/RxLens.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}