[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / c / 4 / SwiftSequence / 1.0.1 / SwiftSequence.podspec.json
blob4ed254af6a4e5a06f2e3b74ebd48b046ae15eb51
2   "name": "SwiftSequence",
3   "version": "1.0.1",
4   "summary": "A μframework of extensions for SequenceType in Swift 2.0, inspired by Python's itertools, Haskell's standard library, and other things.",
5   "description": "SwiftSequence is a lightweight framework of extensions to SequenceType. It has no requirements beyond the Swift standard library. Every function and method has both a strict and a lazy version, unless otherwise specified.",
6   "homepage": "https://github.com/TheDarkCode/SwiftSequence",
7   "license": "MIT",
8   "authors": {
9     "Donnacha Oisin Kidney": "https://github.com/oisdk"
10   },
11   "source": {
12     "git": "https://github.com/TheDarkCode/SwiftSequence.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://twitter.com/oisdk",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   },
21   "source_files": "Sources/*.swift"