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