blob: 6a1c49b6a26607ce532baaa6ee57b2dcb458165c [file] [log] [blame]
{
"name": "HomeButton",
"version": "0.1.0",
"summary": "Bringing the home button back to iPhone X",
"description": "Add a working home button to your app for iPhone X users.",
"homepage": "https://github.com/nathangitter/HomeButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nathangitter": "nathan@nathangitter.com"
},
"source": {
"git": "https://github.com/nathangitter/HomeButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "HomeButton/Classes/**/*",
"resource_bundles": {
"HomeButton": [
"HomeButton/Assets/**/*.wav"
]
}
}