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