Skip to content

Commit

Permalink
- Added OS X target compatibility to pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt York committed Sep 9, 2014
1 parent 70b07b6 commit 47a5e1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DateTools.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/MatthewYork/DateTools.git",
:tag => "v1.4.1" }

s.platform = :ios, '6.0'
s.ios.platform = :ios, '6.0'
s.osx.platform = :iox, '10.7'
s.requires_arc = true

s.source_files = 'DateTools'
Expand Down

0 comments on commit 47a5e1a

Please sign in to comment.