From 0c8fa37f00dc52555a32eabce4ccb5332318e4e8 Mon Sep 17 00:00:00 2001 From: Jasper Blues Date: Fri, 8 Feb 2013 20:39:26 +0800 Subject: [PATCH] Add Typhoon 1.0.8 --- Typhoon/1.0.8/Typhoon.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Typhoon/1.0.8/Typhoon.podspec diff --git a/Typhoon/1.0.8/Typhoon.podspec b/Typhoon/1.0.8/Typhoon.podspec new file mode 100644 index 00000000..0cb149f4 --- /dev/null +++ b/Typhoon/1.0.8/Typhoon.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = 'Typhoon' + s.version = '1.0.8' + s.license = 'Apache2.0' + s.summary = 'A dependency injection container for Objective-C. Light-weight, yet flexible and full-featured.' + s.homepage = 'https://github.com/jasperblues/Typhoon.git' + s.author = { 'Jasper Blues' => 'jasper@appsquick.ly' } + s.source = { :git => 'https://github.com/jasperblues/Typhoon.git', :tag => '1.0.8' } + s.source_files = 'Source/**/*.{h,m}' + s.libraries = 'z', 'xml2' + s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } + s.requires_arc = true +end + +