blob: 2188970b96701005f1cf95201aaade9f697e60d4 [file] [log] [blame]
{
"name": "DPSetupWindow",
"version": "0.1.2",
"summary": "Class for creating an Installer.app like setup process from a set of view controllers.",
"homepage": "https://github.com/danpalmer/DPSetupWindow",
"authors": {
"Dan Palmer": "dan.palmer@me.com"
},
"source": {
"git": "https://github.com/danpalmer/DPSetupWindow.git",
"tag": "0.1.2"
},
"license": {
"type": "BSD 2-Clause License",
"file": "LICENSE"
},
"platforms": {
"osx": "10.7"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"public_header_files": "*.h",
"frameworks": "Cocoa",
"requires_arc": true
}