Skip to content

Commit

Permalink
updated pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Dec 11, 2016
1 parent 4b5a2bd commit 03c49e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ObjectMapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'JSON Object mapping written in Swift'
s.homepage = 'https://github.com/Hearst-DD/ObjectMapper'
s.authors = { 'Tristan Himmelman' => '[email protected]' }
s.source = { :git => 'git@github.com:ConnectCorp/ObjectMapper.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/Hearst-DD/ObjectMapper.git', :tag => s.version.to_s }

s.watchos.deployment_target = '2.0'
s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 03c49e0

Please sign in to comment.