blob: 7cc5277a1df75847e1a704b966f7fe1d9f8225c6 [file] [log] [blame]
{
"name": "MBEventHandling",
"version": "0.11.1",
"summary": "Mockingbird Event Handling Extensions",
"description": "Provides a mechanism for performing runtime actions in response to NSNotification events.",
"homepage": "https://github.com/emaloney/MBEventHandling",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Coyne Maloney": "emaloney@gilt.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/emaloney/MBEventHandling.git",
"tag": "0.11.1"
},
"source_files": "Code/**/*.{h,m}",
"public_header_files": "Code/**/*.h",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"MBToolbox": [
"~> 1.1.7"
],
"MBDataEnvironment": [
"~> 1.2.1"
]
}
}