| { |
| "name": "ASNotificationCenter", |
| "version": "1.0.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": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "core/*.{h,m}", |
| "frameworks": "Foundation" |
| } |