| { |
| "name": "CuckooAlert", |
| "version": "1.0.0", |
| "summary": "Extension for UIAlertController.", |
| "description": "This is do with swizzle and make UIAlertController with presentViewController seems to old UIAlertView.", |
| "homepage": "https://github.com/singcodes/CuckooAlert", |
| "license": { |
| "type": "BSD(3-clause)", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "singcodes": "eyerama@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/singcodes/CuckooAlert.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/KwanghoonChoi", |
| "platforms": { |
| "ios": "8.4" |
| }, |
| "source_files": "CuckooAlert/**" |
| } |