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

26 lines
560 B
JSON

{
"name": "RNReanimated",
"version": "1.3.0",
"summary": "More powerful alternative to Animated library for React Native.",
"description": "RNReanimated",
"homepage": "https://github.com/kmagiera/react-native-reanimated",
"license": "MIT",
"authors": {
"author": "author@domain.cn"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kmagiera/react-native-reanimated.git",
"tag": "1.3.0"
},
"source_files": "ios/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"React": [
]
}
}