[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 8 / d / 2 / LazySequence / 1.0.0 / LazySequence.podspec.json
blob5cf2f53e0d3f1be2ff106a0838960904dcd3827f
2   "name": "LazySequence",
3   "version": "1.0.0",
4   "summary": "LazySequence is a sequence helper to minimize time complexity for most of the sequence operations.",
5   "description": "LazySequence is a sequence helper to minimize time complexity for most of the sequence operations.\nWhat it did do is by creating a new sequence that will combine any other operation to be run later in linear time complexity if possible.",
6   "homepage": "https://github.com/hainayanda/LazySequence",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nayanda Haberty": "hainayanda@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/hainayanda/LazySequence.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "LazySequence/Classes/**/*",
22   "dependencies": {
23     "Chary": [
24       "~> 1.0.3"
25     ]
26   }