-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jasper Blues
committed
May 23, 2013
1 parent
ea15f6c
commit ed36ea3
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' } | ||
|