We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c5f077 + bbc5402 commit 35c764aCopy full SHA for 35c764a
Swiftx.podspec
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
34
s.osx.deployment_target = "10.9"
35
s.ios.deployment_target = "8.0"
36
s.framework = "XCTest"
37
- s.source = { :git => "https://github.com/typelift/SwiftCheck.git", :tag => "v#{s.version}", :submodules => true }
38
- s.source_files = "SwiftCheck/*.swift", "**/Operadics/*.swift"
+ s.source = { :git => "https://github.com/typelift/Swiftx.git", :tag => "v#{s.version}", :submodules => true }
+ s.source_files = "Swiftx/*.swift", "Carthage/Checkouts/Operadics/*.swift"
39
end
40
0 commit comments