1{ 2 "name": "lottie-react-native", 3 "version": "3.4.0", 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": "9.0" 12 }, 13 "source": { 14 "git": "https://github.com/react-community/lottie-react-native.git", 15 "tag": "v3.4.0" 16 }, 17 "source_files": "src/ios/**/*.{h,m,swift}", 18 "swift_versions": "5.0", 19 "dependencies": { 20 "React": [], 21 "lottie-ios": [ 22 "~> 3.1.8" 23 ] 24 }, 25 "swift_version": "5.0" 26} 27