blob: c3b03bd340da2d1c855dc0e597701a4783ea4cee [file] [log] [blame]
{
"name": "Typhoon",
"version": "1.8.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, Daniel Rodríguez, Erik Sundin, Aleksey Garbarev & Contributors": "info@typhoonframework.org"
},
"source": {
"git": "https://github.com/appsquickly/Typhoon.git",
"tag": "1.8.1",
"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}"
}
]
}