| { |
| "name": "GJAlertController", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "version": "1.0.0", |
| "summary": "可以任意在代码中使用UIAlertController,而不用担心低版本兼容的问题", |
| "description": "在低版本中动态加入GJAlertController,内部用alertView实现,但是在使用的时候,不用关心alertView,也不用担心版本兼容问题,直接用UIAlertController。 Just do it!", |
| "homepage": "https://github.com/GJGroup/GJAlertController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "erlianhzi": "guoxiaoliang850417@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/GJGroup/GJAlertController.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "GJAlertController/GJAlertController/*.{h,m}" |
| } |