blob: 2be174b4d5b9ac899b20a966a9824f94607f7442 [file] [log] [blame]
{
"name": "BugButton",
"version": "1.0.0",
"summary": "A custom iOS button for users to report bugs during beta testing.",
"homepage": "https://github.com/MDSilber/BugButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mason Silber": "mdsilber1@gmail.com"
},
"source": {
"git": "https://github.com/MDSilber/BugButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"resources": "Resources/*.png",
"requires_arc": true
}