Skip to content

Commit

Permalink
Merge pull request #41 from CodaFi/spec-goggles
Browse files Browse the repository at this point in the history
Fix Podspec round 2
  • Loading branch information
CodaFi committed Oct 18, 2015
2 parents 9c5f077 + bbc5402 commit 35c764a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Swiftx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.9"
s.ios.deployment_target = "8.0"
s.framework = "XCTest"
s.source = { :git => "https://github.com/typelift/SwiftCheck.git", :tag => "v#{s.version}", :submodules => true }
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"
end

0 comments on commit 35c764a

Please sign in to comment.