blob: dfb2d35766e0551f5c3436f165b2a7c649f31436 [file] [log] [blame]
{
"name": "Typhoon",
"version": "1.7.0",
"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, Daniel Rodríguez, Erik Sundin & Contributors": "jasper@appsquick.ly"
},
"source": {
"git": "https://github.com/appsquickly/Typhoon.git",
"tag": "1.7.0",
"submodules": true
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "Source/**/*.{h,m}",
"ios": {
"exclude_files": "Source/osx"
},
"osx": {
"exclude_files": "Source/ios"
},
"libraries": [
"z",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": true,
"documentation_url": "http://www.typhoonframework.org/docs/latest/api/"
}