Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues committed May 23, 2013
1 parent ea15f6c commit ed36ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Typhoon.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'Typhoon'
spec.version = '1.1.8'
spec.version = '1.1.9'
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' => '[email protected]' }
spec.source = { :git => 'https://github.com/jasperblues/Typhoon.git', :tag => '1.1.8' }
spec.source = { :git => 'https://github.com/jasperblues/Typhoon.git', :tag => '1.1.9' }
spec.source_files = 'Source/**/*.{h,m}'
spec.libraries = 'z', 'xml2'
spec.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
Expand Down

0 comments on commit ed36ea3

Please sign in to comment.