blob: d0cb09a3e18db0c115defe9a9ff04f1a4b35d6fd [file] [log] [blame]
{
"name": "RocketAlert",
"version": "1.0-beta.3",
"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": "10.0"
},
"source": {
"git": "https://github.com/peppesapienza/Rocket-Alert.git",
"tag": "1.0-beta.3"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": [
"RocketAlert/*.swift",
"RocketAlert/**/*.{h,m,swift,plist}"
]
}
}