| { |
| "name": "RocketAlert", |
| "version": "1.0-beta.1", |
| "summary": "User friendly, Modular and Modern iOS Alert View", |
| "homepage": "https://github.com/peppesapienza/Rocket-Alert", |
| "authors": { |
| "Giuseppe Sapienza": "giuseppe.sapienza@xcoding.it" |
| }, |
| "license": { |
| "type": "Apache-2.0", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/peppesapienza/Rocket-Alert.git", |
| "tag": "1.0-beta.1" |
| }, |
| "requires_arc": true, |
| "ios": { |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "source_files": [ |
| "RocketAlert/*.swift", |
| "RocketAlert/ViewSupport/*.swift", |
| "RocketAlert/UI/*.swift", |
| "RocketAlert/Model/*.swift", |
| "RocketAlert/Protocol/*.swift", |
| "RocketAlert/**/*.{h,m,swift,plist}" |
| ] |
| } |
| } |