blob: 9bf88eb0f177fb27b588413e7ead214fb6a42475 [file] [log] [blame]
{
"name": "Tapticc",
"version": "1.0.0",
"summary": "Easy way to use haptic feedback through Taptic Engine in iOS.",
"description": "Tapticc provides a easy way to use haptic feedback through Taptic Engine in iOS.",
"homepage": "https://github.com/derekcoder/Tapticc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"derekcoder": "derekcoder@gmail.com"
},
"source": {
"git": "https://github.com/derekcoder/Tapticc.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Tapticc/Classes/**/*",
"resource_bundles": {
"Tapticc": [
"Tapticc/Assets/*.png"
]
}
}