blob: 4e4c8b0170b0b0e6251df081a6f5148be8982404 [file] [log] [blame]
{
"name": "ASNotificationCenter",
"version": "1.0.1",
"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": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "core/*.{h,m}",
"frameworks": "Foundation"
}