[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / 3 / Swiftz / 0.8.0 / Swiftz.podspec.json
blob66e4701577fd05a2a9000ab551be05978442e955
2   "name": "Swiftz",
3   "version": "0.8.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": "0.8.0",
23     "submodules": true
24   },
25   "source_files": [
26     "Sources/Swiftz/*.swift",
27     "Carthage/Checkouts/Swiftx/Sources/Swiftx/*.swift",
28     "Carthage/Checkouts/Operadics/Sources/Operadics/Operators.swift"
29   ]