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