Skip to content

Commit

Permalink
Update podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
truizlop committed Oct 2, 2019
1 parent acc202b commit d2dc801
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions Bow.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
s.source_files = "Sources/Bow/**/*.swift"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowEffects.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
s.source_files = "Sources/BowEffects/**/*.swift"
s.dependency "Bow", "~> #{s.version}"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowEffectsGenerators.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Pod::Spec.new do |s|
s.dependency "BowGenerators", "~> #{s.version}"
s.dependency "BowEffects", "~> #{s.version}"
s.dependency "SwiftCheck", "~> 0.12.0"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowEffectsLaws.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Pod::Spec.new do |s|
s.dependency "BowEffects", "~> #{s.version}"
s.dependency "BowLaws", "~> #{s.version}"
s.dependency "SwiftCheck", "~> 0.12.0"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowFree.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
s.source_files = "Sources/BowFree/**/*.swift"
s.dependency "Bow", "~> #{s.version}"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowFreeGenerators.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Pod::Spec.new do |s|
s.dependency "BowGenerators", "~> #{s.version}"
s.dependency "BowFree", "~> #{s.version}"
s.dependency "SwiftCheck", "~> 0.12.0"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowGenerators.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Pod::Spec.new do |s|
s.source_files = "Tests/BowGenerators/**/*.swift"
s.dependency "Bow", "~> #{s.version}"
s.dependency "SwiftCheck", "~> 0.12.0"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowGeneric.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
s.source_files = "Sources/BowGeneric/**/*.swift"
s.dependency "Bow", "~> #{s.version}"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowLaws.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ Pod::Spec.new do |s|
s.dependency "Bow", "~> #{s.version}"
s.dependency "BowGenerators", "~> #{s.version}"
s.dependency "SwiftCheck", "~> 0.12.0"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowOptics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
s.source_files = "Sources/BowOptics/**/*.swift"
s.dependency "Bow", "~> #{s.version}"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowOpticsLaws.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Pod::Spec.new do |s|
s.dependency "BowOptics", "~> #{s.version}"
s.dependency "BowLaws", "~> #{s.version}"
s.dependency "SwiftCheck", "~> 0.12.0"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowRecursionSchemes.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
s.source_files = "Sources/BowRecursionSchemes/**/*.swift"
s.dependency "Bow", "~> #{s.version}"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowRx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Pod::Spec.new do |s|
s.dependency "RxSwift", "~> 5.0.0"
s.dependency "Bow", "~> #{s.version}"
s.dependency "BowEffects", "~> #{s.version}"
s.swift_versions = ["5.0", "5.1"]
end
1 change: 1 addition & 0 deletions BowRxGenerators.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Pod::Spec.new do |s|
s.dependency "BowGenerators", "~> #{s.version}"
s.dependency "BowRx", "~> #{s.version}"
s.dependency "SwiftCheck", "~> 0.12.0"
s.swift_versions = ["5.0", "5.1"]
end
4 changes: 4 additions & 0 deletions Sources/BowEffects/Foundation/FileManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ public extension FileManager {

/// IO suspended version of `FileManager.trashItem(at:resultingItemURL:)`. Refer to that method for further documentation.
@available(iOS 11.0, *)
@available(tvOS 1.0, unavailable)
@available(watchOS 1.0, unavailable)
func trashItemIO(at url: URL, resultingItemURL outResultingURL: AutoreleasingUnsafeMutablePointer<NSURL?>?) -> IO<Error, ()> {
return IO.invoke { try self.trashItem(at: url, resultingItemURL: outResultingURL) }
}
Expand Down Expand Up @@ -115,6 +117,8 @@ public extension FileManager {
/// IO suspended version of `FileManager.getFileProviderServicesForItem(at:completionHandler:)`. Refer to that method for further documentation.
@available(OSX 10.13, *)
@available(iOS 11.0, *)
@available(watchOS 1.0, unavailable)
@available(tvOS 1.0, unavailable)
func getFileProviderServicesForItemIO(at url: URL) -> IO<Error, [NSFileProviderServiceName: NSFileProviderService]> {
return IO.async { callback in
self.getFileProviderServicesForItem(at: url) { services, error in
Expand Down

0 comments on commit d2dc801

Please sign in to comment.