[Add] ShopSphare 1.0.4
[CocoaPods.git] / Specs / 2 / 0 / 1 / ObservedLazySeq / 0.1.0 / ObservedLazySeq.podspec.json
blob66907f502ea11a70f1c5f676db74fb565be1d56b
2   "name": "ObservedLazySeq",
3   "version": "0.1.0",
4   "summary": "Wrapper for Taking&observing things from database, lazy way.",
5   "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",
6   "homepage": "https://github.com/NeedMoreDesu/ObservedLazySeq.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleksii Horishnii": "oleksii.horishnii@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NeedMoreDesu/ObservedLazySeq.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ObservedLazySeq/Classes/**/*",
22   "dependencies": {
23     "LazySeq": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"