blob: 5ffb719499c53f86dd4c497506f07fd61982b0d1 [file] [log] [blame]
{
"name": "GBNotificationCenter",
"version": "1.0.1",
"summary": "A clean & elegant block based API for user notifications.",
"homepage": "https://github.com/lmirosevic/GBNotificationCenter",
"license": "Apache License, Version 2.0",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/lmirosevic/GBNotificationCenter.git",
"tag": "1.0.1"
},
"source_files": "GBNotificationCenter/*.{h,m}",
"public_header_files": "GBNotificationCenter/GBNotificationCenter.h",
"requires_arc": true,
"vendored_frameworks": "GBNotificationCenter/Growl.framework",
"preserve_paths": "GBNotificationCenter/Growl.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"dependencies": {
"GBToolbox": [
">= 3.13.2"
]
}
}