Skip to content

Commit

Permalink
Added osx deployment target to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed May 22, 2015
1 parent dd7f4cd commit 7e4c2e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Hpple.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Pod::Spec.new do |s|
s.homepage = "http://topfunky.com"
s.license = 'MIT'
s.author = "topfunky"
s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.source = { :git => "https://github.com/topfunky/hpple.git", :tag => s.version.to_s }
s.source_files = 'Pod/Classes', 'Pod/Classes/**/*.{h,m}'
s.ios.libraries = 'xml2'
s.library = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
s.requires_arc = true
s.module_name = "Hpple"
Expand Down

0 comments on commit 7e4c2e8

Please sign in to comment.