Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Feb 28, 2014
1 parent 3611db7 commit 40578e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Ono.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'Ono'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'A sensible way to deal with XML & HTML for iOS & Mac OS X.'
s.homepage = 'https://github.com/mattt/Ono'
s.social_media_url = 'https://twitter.com/mattt'
s.authors = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => 'https://github.com/mattt/Ono.git', :tag => '0.0.1' }
s.source_files = 'Ono'
s.requires_arc = true

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'

s.libraries = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
end

0 comments on commit 40578e1

Please sign in to comment.