{
  "name": "lottie-react-native",
  "version": "4.0.2",
  "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": "9.0",
    "osx": "10.10"
  },
  "source": {
    "git": "https://github.com/react-community/lottie-react-native.git",
    "tag": "v4.0.2"
  },
  "source_files": "src/ios/**/*.{h,m,swift}",
  "requires_arc": true,
  "pod_target_xcconfig": {
    "DEFINES_MODULE": "YES"
  },
  "dependencies": {
    "React-Core": [],
    "lottie-ios": [
      "~> 3.1.8"
    ]
  }
}
