35 lines
769 B
JSON
35 lines
769 B
JSON
{
|
|
"name": "lottie-react-native",
|
|
"version": "5.1.6",
|
|
"summary": "Lottie component for React Native (iOS and Android)",
|
|
"authors": {
|
|
"intelligibabble": "leland.m.richardson@gmail.com"
|
|
},
|
|
"homepage": "https://github.com/airbnb/lottie-react-native#readme",
|
|
"license": "Apache-2.0",
|
|
"platforms": {
|
|
"ios": "11.0",
|
|
"osx": "10.10",
|
|
"tvos": "11.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/react-community/lottie-react-native.git",
|
|
"tag": "v5.1.6"
|
|
},
|
|
"source_files": "src/ios/**/*.{h,m,swift}",
|
|
"requires_arc": true,
|
|
"pod_target_xcconfig": {
|
|
"DEFINES_MODULE": "YES"
|
|
},
|
|
"swift_versions": "5.0",
|
|
"dependencies": {
|
|
"React-Core": [
|
|
|
|
],
|
|
"lottie-ios": [
|
|
"~> 3.4.0"
|
|
]
|
|
},
|
|
"swift_version": "5.0"
|
|
}
|