| { |
| "name": "AFFAlertView", |
| "version": "0.0.3", |
| "authors": { |
| "Jeremy Fuellert": "jfuellert@gmail.com" |
| }, |
| "summary": "AFFAlertView is customizable iOS 7 styled UIAlertView alternative that supports subclassing.", |
| "homepage": "https://github.com/jfuellert/AFFAlertView", |
| "license": "MIT", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/jfuellert/AFFAlertView.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": "AFFAlertView/AFFAlertView/*/*.{h,m}", |
| "public_header_files": "AFFAlertView/AFFAlertView/*/*.h", |
| "requires_arc": true |
| } |