1{
2  "name": "lottie-react-native",
3  "version": "5.1.4",
4  "summary": "Lottie component for React Native (iOS and Android)",
5  "authors": {
6    "intelligibabble": "[email protected]"
7  },
8  "homepage": "https://github.com/airbnb/lottie-react-native#readme",
9  "license": "Apache-2.0",
10  "platforms": {
11    "ios": "11.0",
12    "osx": "10.10",
13    "tvos": "11.0"
14  },
15  "source": {
16    "git": "https://github.com/react-community/lottie-react-native.git",
17    "tag": "v5.1.4"
18  },
19  "source_files": "src/ios/**/*.{h,m,swift}",
20  "requires_arc": true,
21  "pod_target_xcconfig": {
22    "DEFINES_MODULE": "YES"
23  },
24  "swift_versions": "5.0",
25  "dependencies": {
26    "React-Core": [],
27    "lottie-ios": [
28      "~> 3.4.0"
29    ]
30  },
31  "swift_version": "5.0"
32}
33