1{
2  "name": "RNGestureHandler",
3  "version": "2.2.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  "platforms": {
11    "ios": "9.0",
12    "tvos": "9.0"
13  },
14  "source": {
15    "git": "https://github.com/software-mansion/react-native-gesture-handler",
16    "tag": "2.2.0"
17  },
18  "source_files": "ios/**/*.{h,m}",
19  "dependencies": {
20    "React-Core": []
21  }
22}
23