Skip to content

Commit

Permalink
[Update] BlocksKit (1.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed Nov 26, 2012
1 parent 22773fe commit 56f4e19
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions BlocksKit/1.8.1/BlocksKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Pod::Spec.new do |s|
s.name = 'BlocksKit'
s.version = '1.8.1'
s.license = 'MIT'
s.summary = 'The Objective-C block utilities you always wish you had.'
s.homepage = 'https://github.com/pandamonia/BlocksKit'
s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com',
'Alexsander Akers' => 'a2@pandamonia.us' }
s.source = { :git => 'https://github.com/pandamonia/BlocksKit.git', :tag => 'v1.8.1' }
s.requires_arc = true
s.osx.source_files = 'BlocksKit/*.{h,m}'
s.osx.library = 'ffi'
s.osx.deployment_target = '10.7'
s.ios.dependency 'libffi'
s.ios.frameworks = 'MessageUI'
s.ios.source_files = 'BlocksKit/*.{h,m}', 'BlocksKit/UIKit/*.{h,m}', 'BlocksKit/MessageUI/*.{h,m}'
s.ios.deployment_target = '5.0'
s.documentation = {
:html => 'http://pandamonia.github.com/BlocksKit/Documentation/index.html',
:appledoc => [
'--project-company', 'Pandamonia LLC',
'--company-id', 'us.pandamonia',
'--no-repeat-first-par',
'--no-warn-invalid-crossref'
]
}
end

0 comments on commit 56f4e19

Please sign in to comment.