blob: 2e5fdada259b44b13641db891f1c2efff7de3667 [file] [log] [blame]
{
"name": "SimplePanel",
"version": "0.1",
"summary": "iOS: Simple modal panel(ViewController as a popup) library.",
"homepage": "https://github.com/azu/SimplePanel",
"license": "MIT",
"authors": {
"azu": "info@efcl.info"
},
"source": {
"git": "https://github.com/azu/SimplePanel.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SimplePanel/**/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}