[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / e / 4 / 3 / Swiftz / 0.4.0 / Swiftz.podspec.json
blob907b044e85d32fbf523ac39bead58e30c23c0a10
2   "name": "Swiftz",
3   "version": "0.4.0",
4   "summary": "Swiftz is a Swift library for functional programming.",
5   "homepage": "https://github.com/typelift/Swiftz",
6   "license": {
7     "type": "BSD"
8   },
9   "authors": {
10     "CodaFi": "devteam.codafi@gmail.com",
11     "pthariensflame": "alexanderaltman@me.com"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "osx": "10.9",
16     "ios": "8.0",
17     "tvos": "9.1",
18     "watchos": "2.1"
19   },
20   "source": {
21     "git": "https://github.com/typelift/Swiftz.git",
22     "tag": "v0.4.0",
23     "submodules": true
24   },
25   "source_files": [
26     "Swiftz/*.swift",
27     "**/Swiftx/*.swift",
28     "Carthage/Checkouts/Operadics/*.swift"
29   ]