{ | |
"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 | |
} |