From ed36ea38b95655d26d40f684df80f4d8c2f4eea2 Mon Sep 17 00:00:00 2001 From: Jasper Blues Date: Thu, 23 May 2013 18:27:25 +0800 Subject: [PATCH] Update podspec. --- Typhoon.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Typhoon.podspec b/Typhoon.podspec index ba6292f64..1feb75344 100644 --- a/Typhoon.podspec +++ b/Typhoon.podspec @@ -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' => 'jasper@appsquick.ly' } - 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' }