blob: be92af2d083e8a376e99aa45e88aa1c256443842 [file] [log] [blame]
{
"name": "Typhoon",
"version": "1.8.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, Aleksey Garbarev & Contributors": "info@typhoonframework.org"
},
"source": {
"git": "https://github.com/appsquickly/Typhoon.git",
"tag": "1.8.0",
"submodules": true
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"libraries": [
"z",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"source_files": "Source/**/*.{h,m}",
"ios": {
"exclude_files": [
"Source/osx",
"Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}"
]
},
"osx": {
"exclude_files": [
"Source/ios",
"Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}"
]
},
"requires_arc": true,
"documentation_url": "http://www.typhoonframework.org/docs/latest/api/",
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": "Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}"
}
]
}