Skip to content

Commit

Permalink
Added podsec for PostageKit 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sleroux committed Feb 13, 2013
1 parent 4792995 commit d82d0ab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions PostageKit/1.0.0/PostageKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'PostageKit'
s.version = '1.0.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A Mac OSX / iOS API wrapper for the PostageApp transactional mail service.'
s.homepage = 'https://github.com/postageapp/postageapp-objc'
s.authors = { 'Stephan Leroux' => 'stephanleroux@gmail.com' }
s.source = { :git => 'https://github.com/postageapp/postageapp-objc.git', :tag => '1.0.0' }
s.source_files = 'PostageKit/*.{h,m}'
s.requires_arc = true
s.dependency 'AFNetworking', '>= 1.1.0'

s.ios.deployment_target = '5.0'
s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration'

s.osx.deployment_target = '10.7'
s.osx.frameworks = 'CoreServices', 'SystemConfiguration'
end

0 comments on commit d82d0ab

Please sign in to comment.