[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / a / Observed / 0.1.0 / Observed.podspec.json
blob2baa3000059053306c378d7bf25e414d7b0abe39
2   "name": "Observed",
3   "version": "0.1.0",
4   "summary": "Structures for taking&observing things 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/Observed",
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/Observed.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Observed/Classes/**/*",
22   "dependencies": {
23     "LazySeq": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"