Rocket.Chat.ReactNative/ios/Pods/Local Podspecs/RNGestureHandler.podspec.json

25 lines
576 B
JSON

{
"name": "RNGestureHandler",
"version": "1.3.0",
"summary": "Experimental implementation of a new declarative API for gesture handling in react-native",
"homepage": "https://github.com/kmagiera/react-native-gesture-handler",
"license": "MIT",
"authors": {
"Krzysztof Magiera": "krzys.magiera@gmail.com"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/kmagiera/react-native-gesture-handler",
"tag": "1.3.0"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
"React": [
]
}
}