blob: e5042f6d34f3941aa84c371165bc795335a60cde [file] [log] [blame]
{
"name": "PBDNotificationObserver",
"version": "0.0.2",
"summary": "PBDNotificationObserver is a tests helper which can be used to assert whether a specific notification was posted.",
"homepage": "https://github.com/paweldudek/PBDNotificationObserver",
"license": "MIT",
"authors": {
"Paweł Dudek": "hello@dudek.mobi"
},
"social_media_url": "https://twitter.com/eldudi",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/paweldudek/PBDNotificationObserver.git",
"tag": "0.0.2"
},
"source_files": "PBDNotificationObserver/Lib/**/*.{h,m}",
"public_header_files": "PBDNotificationObserver/Lib/PBDNotificationObserver.h",
"requires_arc": true,
"dependencies": {
"OCHamcrest": [
"~> 4.1.0"
]
}
}