blob: c11cf35fafb28e9969f95cc8cc2750093b547165 [file] [log] [blame]
{
"name": "iOSGesturizer",
"version": "1.0.1",
"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.1"
},
"source_files": "iOSGesturizer/**/*"
}