| { |
| "name": "BSYNotificationCenter", |
| "version": "1.0.0", |
| "license": "MIT", |
| "summary": "BSYNotificationCenter是对通知的简单封装,开发者不用再去关注移除这些问题,在方法中注册成功/接受成功后直接删除.", |
| "homepage": "https://github.com/baishiyun/BSYNotificationCenter", |
| "source": { |
| "git": "https://github.com/baishiyun/BSYNotificationCenter.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "BSYNotificationCenter/*.{h,m}", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "authors": { |
| "白仕云": "baishiyun@163.com" |
| }, |
| "social_media_url": "https://github.com/baishiyun" |
| } |