1{ 2 "name": "lottie-react-native", 3 "version": "4.0.3", 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": "12.0", 12 "osx": "10.10" 13 }, 14 "source": { 15 "git": "https://github.com/react-community/lottie-react-native.git", 16 "tag": "v4.0.3" 17 }, 18 "source_files": "src/ios/**/*.{h,m,swift}", 19 "requires_arc": true, 20 "pod_target_xcconfig": { 21 "DEFINES_MODULE": "YES" 22 }, 23 "swift_versions": "5.0", 24 "dependencies": { 25 "React-Core": [], 26 "lottie-ios": [ 27 "~> 3.2.3" 28 ] 29 }, 30 "swift_version": "5.0" 31} 32