blob: 9907048ab5b24ecb15714486f0770bcc626e74f8 [file] [log] [blame]
{
"name": "MBEventHandling",
"version": "0.10.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": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/emaloney/MBEventHandling.git",
"tag": "0.10.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.1.10"
]
}
}