Skip to content

Commit 35c764a

Browse files
committed
Merge pull request #41 from CodaFi/spec-goggles
Fix Podspec round 2
2 parents 9c5f077 + bbc5402 commit 35c764a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Swiftx.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
3434
s.osx.deployment_target = "10.9"
3535
s.ios.deployment_target = "8.0"
3636
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"
37+
s.source = { :git => "https://github.com/typelift/Swiftx.git", :tag => "v#{s.version}", :submodules => true }
38+
s.source_files = "Swiftx/*.swift", "Carthage/Checkouts/Operadics/*.swift"
3939
end
4040

0 commit comments

Comments
 (0)