blob: 1e7184497bbb6e33a45958f44af52163e9f6967a [file] [log] [blame]
{
"name": "CCHDarwinNotificationCenter",
"version": "1.0.1",
"license": "MIT",
"summary": "Inter-process signaling for iOS and OS X with addressable receivers using the Darwin notification center.",
"homepage": "https://github.com/choefele/CCHDarwinNotificationCenter",
"authors": {
"Claus Höfele": "claus@claushoefele.com"
},
"social_media_url": "https://twitter.com/claushoefele",
"source": {
"git": "https://github.com/choefele/CCHDarwinNotificationCenter.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "CCHDarwinNotificationCenter/*.{h,m}",
"private_header_files": "CCHDarwinNotificationCenter/CCHDarwinNotificationCenterUtils.h"
}