Skip to content

Commit

Permalink
Merge pull request MatthewYork#147 from hdwr/master
Browse files Browse the repository at this point in the history
Fix podspec for cocoapods 1.0.0+
  • Loading branch information
MatthewYork authored Sep 26, 2016
2 parents 8fe5631 + 1fb9755 commit 26d1d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DateTools.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/MatthewYork/DateTools.git",
:tag => "v#{s.version.to_s}" }

s.ios.platform = :ios, '7.0'
s.osx.platform = :iox, '10.7'
s.platforms = { :ios => '7.0', :osx => '10.7' }

s.requires_arc = true

s.source_files = 'DateTools'
Expand Down

0 comments on commit 26d1d26

Please sign in to comment.