[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / e / 6 / LazySeq / 0.4.1 / LazySeq.podspec.json
blobe179b17f881755f161123bf02cef9d915363aadf
2   "name": "LazySeq",
3   "version": "0.4.1",
4   "summary": "Implementation of LazySequence and GeneratedSequence",
5   "description": "Simple implementation of GeneratedSequence, and based on it, LazySequence. Difference is that LazySeq stores computation results, while GeneratedSeq doesn't.\n\nIt also supports generating using complex reuse function, but it's not required.",
6   "homepage": "https://github.com/NeedMoreDesu/LazySeq",
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/LazySeq.git",
16     "tag": "0.4.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LazySeq/Classes/**/*",
22   "pushed_with_swift_version": "4.0"