blob: f4dcb62801cd0a3ccc9a47bac08288ecfac32c73 [file] [log] [blame]
{
"name": "Typhoon",
"version": "1.3.1",
"license": "Apache2.0",
"summary": "A dependency injection container for Objective-C. Light-weight, yet flexible and full-featured.",
"homepage": "http://www.typhoonframework.org",
"authors": {
"Jasper Blues, Robert Gilliam & Contributors": "jasper@appsquick.ly"
},
"source": {
"git": "https://github.com/appsquickly/Typhoon.git",
"tag": "1.3.1",
"submodules": true
},
"source_files": "Source/**/*.{h,m}",
"libraries": [
"z",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": true
}