blob: 625af537bee903c26763ba8bea593b484d1f742b [file] [log] [blame]
{
"name": "GUNAlert",
"version": "0.1.0",
"summary": "GUNAlert is a simple wrapper around UIAlertView and UIAlertController",
"description": " For applications that need to keep backward compatibility with iOS versions < 8. It is designed as a simple drop in solution for most common use cases.\n",
"homepage": "https://github.com/gunpowderlabs/GUNAlert",
"license": "MIT",
"authors": {
"MichaƂ Taszycki": "michal@gunpowderlabs.com"
},
"source": {
"git": "https://github.com/gunpowderlabs/GUNAlert.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mehowte",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"GUNAlert": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h",
"frameworks": "UIKit"
}