[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / 3 / Swiftz / 0.3.1 / Swiftz.podspec.json
blob768af20e15fa6606e9189b2ff67812b3d83076c4
2   "name": "Swiftz",
3   "version": "0.3.1",
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.1",
21     "submodules": true
22   },
23   "source_files": [
24     "Swiftz/*.swift",
25     "**/Swiftx/*.swift",
26     "Carthage/Checkouts/Operadics/*.swift"
27   ]