[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / e / c / RxLens / 0.1.0 / RxLens.podspec.json
blob1262c91c611c198f1947d252001932ed542bc41a
2   "name": "RxLens",
3   "version": "0.1.0",
4   "summary": "Enables reactive read and copy-on-write access.",
5   "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/).",
6   "homepage": "https://vknabel.github.io/RxLens",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Valentin Knabel": "dev@vknabel.com"
13   },
14   "social_media_url": "https://twitter.com/vknabel",
15   "source": {
16     "git": "https://github.com/vknabel/RxLens.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "Sources/**/*.swift",
27   "dependencies": {
28     "RxSwift": [
29       "~> 3.0"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"