blob: c8ffa964394ed96949c8e08ca6cc8b8b847ed839 [file] [log] [blame]
{
"name": "ASNotificationCenter",
"version": "0.1.0",
"summary": "Safe NotificationCenter for Application",
"description": "Manage custom notification for application, thread safe notification, app secure notification",
"homepage": "https://github.com/vkrotin/ASNotificationCenter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleksey Anisimov": "vkrotin.ios@gmail.com"
},
"source": {
"git": "https://github.com/vkrotin/ASNotificationCenter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "core/*.{h,m}",
"frameworks": "Foundation"
}