1{ 2 "name": "RNFlashList", 3 "version": "1.4.3", 4 "summary": "FlashList is a more performant FlatList replacement", 5 "homepage": "https://shopify.github.io/flash-list/", 6 "license": "MIT", 7 "authors": "shopify", 8 "platforms": { 9 "ios": "11.0", 10 "tvos": "12.0" 11 }, 12 "source": { 13 "git": "https://github.com/shopify/flash-list.git", 14 "tag": "v1.4.3" 15 }, 16 "source_files": "ios/Sources/**/*", 17 "requires_arc": true, 18 "swift_versions": "5.0", 19 "dependencies": { 20 "React-Core": [] 21 }, 22 "testspecs": [ 23 { 24 "name": "Tests", 25 "test_type": "unit", 26 "source_files": "ios/Tests/**/*", 27 "frameworks": "XCTest" 28 } 29 ], 30 "swift_version": "5.0" 31} 32