1{ 2 "name": "lottie-react-native", 3 "version": "6.1.2", 4 "summary": "React Native bindings for Lottie", 5 "license": "Apache-2.0", 6 "authors": "Emilio Rodriguez <[email protected]>", 7 "homepage": "https://github.com/airbnb/lottie-react-native#readme", 8 "platforms": { 9 "ios": "12.4", 10 "osx": "10.10", 11 "tvos": "12.4" 12 }, 13 "source": { 14 "git": "https://github.com/lottie-react-native/lottie-react-native.git", 15 "tag": "v6.1.2" 16 }, 17 "source_files": "ios/**/*.{h,m,mm,swift}", 18 "dependencies": { 19 "lottie-ios": [ 20 "~> 4.2.0" 21 ], 22 "React-Core": [] 23 }, 24 "swift_versions": "5.6", 25 "exclude_files": "ios/Fabric", 26 "swift_version": "5.6" 27} 28