Skip to content

Commit 8c04257

Browse files
authored
Merge pull request #326 from CodaFi/up-var
Bump podspec version
2 parents c0c2278 + 34b2d28 commit 8c04257

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Swiftz.podspec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Swiftz"
3-
s.version = "0.5.0"
3+
s.version = "0.6.3"
44
s.summary = "Swiftz is a Swift library for functional programming."
55
s.homepage = "https://github.com/typelift/Swiftz"
66
s.license = { :type => "BSD" }
@@ -11,6 +11,8 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = "8.0"
1212
s.tvos.deployment_target = "9.1"
1313
s.watchos.deployment_target = "2.1"
14-
s.source = { :git => "https://github.com/typelift/Swiftz.git", :tag => "v#{s.version}", :submodules => true }
15-
s.source_files = "Swiftz/*.swift", "**/Swiftx/*.swift", "Carthage/Checkouts/Operadics/Operators.swift"
14+
s.source = { :git => "https://github.com/typelift/Swiftz.git", :tag => "#{s.version}", :submodules => true }
15+
s.compiler_flags = '-D XCODE_BUILD'
16+
s.xcconfig = { "OTHER_SWIFT_FLAGS" => '-DXCODE_BUILD' }
17+
s.source_files = "Swiftz/Sources/*.swift", "Carthage/Checkouts/Swiftx/Sources/*.swift", "Carthage/Checkouts/Operadics/Operators.swift"
1618
end

0 commit comments

Comments
 (0)