[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / 3 / Swiftz / 0.6.3 / Swiftz.podspec.json
blobce40ec15e7eace2362bf3677efaa2651a903d2f2
2   "name": "Swiftz",
3   "version": "0.6.3",
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.6.3",
23     "submodules": true
24   },
25   "compiler_flags": "-D XCODE_BUILD",
26   "xcconfig": {
27     "OTHER_SWIFT_FLAGS": "-DXCODE_BUILD"
28   },
29   "source_files": [
30     "Swiftz/Sources/*.swift",
31     "Carthage/Checkouts/Swiftx/Sources/*.swift",
32     "Carthage/Checkouts/Operadics/Operators.swift"
33   ],
34   "pushed_with_swift_version": "3.0"