| { | |
| "name": "NotificationHelper", | |
| "version": "1.0", | |
| "summary": "封装通知", | |
| "description": "iOS 通知封装库", | |
| "homepage": "https://github.com/ruixiaoguo/NotificationHelper.git", | |
| "license": "MIT", | |
| "authors": { | |
| "ruixiaoguo": "grx0917@sina.com" | |
| }, | |
| "platforms": { | |
| "ios": null | |
| }, | |
| "source": { | |
| "git": "https://github.com/ruixiaoguo/NotificationHelper.git", | |
| "tag": "1.0" | |
| }, | |
| "source_files": "NotificationHelper/NotificationHelper/*.{h,m}", | |
| "exclude_files": "", | |
| "frameworks": "Foundation" | |
| } |