[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / 3 / Swiftz / 0.3.0 / Swiftz.podspec.json
blobe2be52413d6449965f01972d28a5d4c5d615bcbe
2   "name": "Swiftz",
3   "version": "0.3.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   },
18   "source": {
19     "git": "https://github.com/typelift/Swiftz.git",
20     "tag": "v0.3.0",
21     "submodules": true
22   },
23   "source_files": [
24     "Swiftz/*.swift",
25     "**/Swiftx/*.swift",
26     "**/Operadics/*.swift"
27   ]