mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 15:08:50 +00:00
47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
|
|
{
|
||
|
|
"name": "IGListSwiftKit",
|
||
|
|
"version": "4.1.0",
|
||
|
|
"summary": "A data-driven UICollectionView framework.",
|
||
|
|
"homepage": "https://github.com/Instagram/IGListKit",
|
||
|
|
"documentation_url": "https://instagram.github.io/IGListKit",
|
||
|
|
"description": "A data-driven UICollectionView framework for building fast and flexible lists.",
|
||
|
|
"license": {
|
||
|
|
"type": "MIT"
|
||
|
|
},
|
||
|
|
"authors": "Instagram",
|
||
|
|
"social_media_url": "https://twitter.com/fbOpenSource",
|
||
|
|
"source": {
|
||
|
|
"git": "https://github.com/Instagram/IGListKit.git",
|
||
|
|
"tag": "4.1.0",
|
||
|
|
"branch": "stable"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"IGListKit": [
|
||
|
|
"= 4.1.0"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"ios": {
|
||
|
|
"source_files": [
|
||
|
|
"Source/IGListSwiftKit/**/*.{swift}"
|
||
|
|
],
|
||
|
|
"frameworks": "UIKit"
|
||
|
|
},
|
||
|
|
"tvos": {
|
||
|
|
"source_files": [
|
||
|
|
"Source/IGListSwiftKit/**/*.{swift}"
|
||
|
|
],
|
||
|
|
"frameworks": "UIKit"
|
||
|
|
},
|
||
|
|
"requires_arc": true,
|
||
|
|
"swift_versions": [
|
||
|
|
"4.0",
|
||
|
|
"5.0",
|
||
|
|
"5.1"
|
||
|
|
],
|
||
|
|
"platforms": {
|
||
|
|
"ios": "9.0",
|
||
|
|
"tvos": "9.0"
|
||
|
|
},
|
||
|
|
"swift_version": "5.1"
|
||
|
|
}
|