| { |
| "name": "Observed", |
| "version": "0.1.0", |
| "summary": "Structures for taking&observing things lazy way", |
| "description": "This pod focuses on building wrapper for objects that are:\n1. Loaded lazily, like batch requests from database\n2. Observed and updated\n3. May need transformation on the way", |
| "homepage": "https://github.com/NeedMoreDesu/Observed", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Oleksii Horishnii": "oleksii.horishnii@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/NeedMoreDesu/Observed.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Observed/Classes/**/*", |
| "dependencies": { |
| "LazySeq": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |