Skip to content

Commit

Permalink
Merge pull request #46 from 47deg/am-updatePodfile
Browse files Browse the repository at this point in the history
Update podfile to last version
  • Loading branch information
anamariamv committed Oct 6, 2015
2 parents 782b7fb + aa93041 commit 3c00865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SecondBridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.9"
s.source = { :git => "https://github.com/47deg/second-bridge.git", :tag => "v#{s.version}"}
s.source_files = "SecondBridge/SecondBridge/**/*.swift"
s.dependency 'Swiftz', '0.2.2'
s.dependency 'Swiftz'
end
2 changes: 1 addition & 1 deletion SecondBridge/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ platform :ios, '8.0'
inhibit_all_warnings!
use_frameworks!
link_with 'SecondBridge','SecondBridgeTests', 'VectorTests'
pod 'Swiftz', '0.2.2'
pod 'Swiftz'

0 comments on commit 3c00865

Please sign in to comment.