blob: 682b1ea45a1fca579a203ccec9bab42a7068ccfc [file] [log] [blame]
{
"name": "MBEventHandling",
"version": "0.9.8",
"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": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/emaloney/MBEventHandling.git",
"tag": "0.9.8"
},
"source_files": "Code/**/*.{h,m}",
"public_header_files": "Code/**/*.h",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"MBDataEnvironment": [
"~> 1.0.0"
]
}
}