File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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"
1618end
You can’t perform that action at this time.
0 commit comments