1*af2ec015STomasz Sapeta{ 2*af2ec015STomasz Sapeta "name": "ABI49_0_0RNGestureHandler", 3*af2ec015STomasz Sapeta "version": "2.12.0", 4*af2ec015STomasz Sapeta "summary": "Experimental implementation of a new declarative API for gesture handling in react-native", 5*af2ec015STomasz Sapeta "homepage": "https://github.com/software-mansion/react-native-gesture-handler", 6*af2ec015STomasz Sapeta "license": "MIT", 7*af2ec015STomasz Sapeta "authors": { 8*af2ec015STomasz Sapeta "Krzysztof Magiera": "[email protected]" 9*af2ec015STomasz Sapeta }, 10*af2ec015STomasz Sapeta "source": { 11*af2ec015STomasz Sapeta "git": "https://github.com/software-mansion/react-native-gesture-handler", 12*af2ec015STomasz Sapeta "tag": "2.12.0" 13*af2ec015STomasz Sapeta }, 14*af2ec015STomasz Sapeta "source_files": "ios/**/*.{h,m,mm}", 15*af2ec015STomasz Sapeta "requires_arc": true, 16*af2ec015STomasz Sapeta "platforms": { 17*af2ec015STomasz Sapeta "ios": "9.0", 18*af2ec015STomasz Sapeta "tvos": "9.0" 19*af2ec015STomasz Sapeta }, 20*af2ec015STomasz Sapeta "dependencies": { 21*af2ec015STomasz Sapeta "ABI49_0_0React-Core": [] 22*af2ec015STomasz Sapeta } 23*af2ec015STomasz Sapeta} 24