blob: 5487c52d3c30ede2e07eeb0429bc44e8ef155c83 [file] [log] [blame]
{
"name": "RZDebugMenu",
"version": "0.1.0",
"summary": "In-app settings bundle using the plist API in XCode",
"description": " RZDebugMenu mimics the behavior of a Settings.bundle, but is globally available within your app so you can change whatever setting you'd like at any point.\n",
"homepage": "https://github.com/Raizlabs/RZDebugMenu",
"license": {
"type": "MIT"
},
"authors": {
"Clayton Rieck": "cjrieck123@gmail.com",
"Nick Donalodson": "ndonald2@gmail.com",
"Michael Gorbach": "michael.gorbach@raizlabs.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Raizlabs/RZDebugMenu.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}