| { |
| "name": "RSBlurAlert", |
| "version": "1.0.0", |
| "summary": "A macOS system like alert view for iOS.", |
| "description": "A macOS system like alert view which has blur background, an alert image along with a short text describing the alert. This also contains some added control such as controlling auto-hide and the display time of alert view.", |
| "homepage": "https://github.com/therohansanap/RSBlurAlert", |
| "screenshots": [ |
| "https://image.ibb.co/b972TT/Simulator_Screen_Shot_i_Phone_X_2018_06_07_at_16_50_23.png", |
| "https://image.ibb.co/dgwJ2o/Simulator_Screen_Shot_i_Phone_X_2018_06_07_at_16_50_26.png" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "therohansanap": "sanaprohan10@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/therohansanap/RSBlurAlert.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/therohansanap", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "4.0", |
| "source_files": "RSBlurAlert/Classes/**/*", |
| "frameworks": "UIKit" |
| } |