| { |
| "name": "RTAlert", |
| "version": "0.0.1", |
| "summary": "RTAlert is used instead of UIAlertController.", |
| "description": "Sample alert.", |
| "homepage": "https://github.com/FuihuiC", |
| "license": "MIT", |
| "authors": { |
| "ENUUI": "ENUUI_C@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/FuihuiC/RTAlert.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "RTAlert/core/*.{h,m}", |
| "RTAlert/*.{h,m}" |
| ], |
| "public_header_files": [ |
| "RTAlert/*.h", |
| "RTAlert/core/RTAlertController.h", |
| "RTAlert/core/RTActionItem.h" |
| ] |
| } |