blob: 2bc05fdedb995add72073c67516b33c1ce0f2669 [file] [log] [blame]
{
"name": "DeceptionAlertViews",
"version": "0.1.0",
"summary": "gives an appropriate UIAlertView or UIAlertController depending on what version iOS is being used",
"homepage": "https://github.com/2020Deception/DeceptionAlertViews",
"license": "MIT",
"authors": {
"Anonymous": "2020deception@gmail.com"
},
"source": {
"git": "https://github.com/2020Deception/DeceptionAlertViews.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"DeceptionAlertViews": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}