blob: af8b26e84a5b0182075a5fd90a4b6c2a8aa27bd0 [file] [log] [blame]
{
"name": "iOSGesturizer",
"version": "1.0.3",
"summary": "Enables custom gesture based interaction for iOS apps.",
"description": "The library adds gesture based interaction for any app just in couple lines of code. The gesture interaction is activated using 3D-touch and gestures can be customized.",
"homepage": "https://github.com/c0defather/iOSGesturizer",
"license": "MIT",
"authors": {
"Kuanysh Zhunussov": "kuanysh.zhunussov@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/c0defather/iOSGesturizer.git",
"tag": "1.0.3"
},
"source_files": "iOSGesturizer/**/*"
}