Skip to content

Commit

Permalink
Add Typhoon 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues committed Nov 10, 2013
1 parent 69aab7d commit 114acaa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Typhoon/1.5.1/Typhoon.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'Typhoon'
spec.version = '1.5.1'
spec.license = 'Apache2.0'
spec.summary = 'A dependency injection container for Objective-C. Light-weight, yet flexible and full-featured.'
spec.homepage = 'http://www.typhoonframework.org'
spec.author = { 'Jasper Blues, Robert Gilliam & Contributors' => 'jasper@appsquick.ly' }
spec.source = { :git => 'https://github.com/jasperblues/Typhoon.git', :tag => spec.version.to_s, :submodules => true }
spec.source_files = 'Source/**/*.{h,m}'
spec.ios.exclude_files = "Source/osx"
spec.osx.exclude_files = "Source/ios"
spec.libraries = 'z', 'xml2'
spec.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
spec.requires_arc = true
end

0 comments on commit 114acaa

Please sign in to comment.