[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / e / 4 / 3 / Swiftz / 0.2.4 / Swiftz.podspec.json
blob8ff2a88877ba82bb51a1951dca86e231368033ee
2   "name": "Swiftz",
3   "version": "0.2.4",
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   },
18   "source": {
19     "git": "https://github.com/typelift/Swiftz.git",
20     "tag": "v0.2.4",
21     "submodules": true
22   },
23   "source_files": [
24     "Swiftz/*.swift",
25     "**/Swiftx/*.swift"
26   ],
27   "exclude_files": "**/Swiftx/Operators.swift"