2019-11-21 17:55:21 +00:00
|
|
|
{
|
|
|
|
|
"name": "IGListDiffKit",
|
2019-12-19 16:11:46 +00:00
|
|
|
"version": "4.1.0",
|
2019-11-21 17:55:21 +00:00
|
|
|
"summary": "Diffing utilities for a data-driven UICollectionView framework.",
|
|
|
|
|
"homepage": "https://github.com/Instagram/IGListKit",
|
|
|
|
|
"documentation_url": "https://instagram.github.io/IGListKit",
|
|
|
|
|
"description": "Diffing utilities for 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",
|
2019-12-19 16:11:46 +00:00
|
|
|
"tag": "4.1.0",
|
2019-11-21 17:55:21 +00:00
|
|
|
"branch": "stable"
|
|
|
|
|
},
|
|
|
|
|
"source_files": "Source/IGListDiffKit/**/*.{h,m,mm}",
|
|
|
|
|
"private_header_files": "Source/IGListDiffKit/Internal/*.h",
|
|
|
|
|
"requires_arc": true,
|
|
|
|
|
"platforms": {
|
|
|
|
|
"ios": "9.0",
|
|
|
|
|
"tvos": "9.0",
|
|
|
|
|
"osx": "10.11"
|
|
|
|
|
},
|
|
|
|
|
"ios": {
|
|
|
|
|
"frameworks": "UIKit"
|
|
|
|
|
},
|
|
|
|
|
"tvos": {
|
|
|
|
|
"frameworks": "UIKit"
|
|
|
|
|
},
|
|
|
|
|
"osx": {
|
|
|
|
|
"frameworks": "Cocoa"
|
|
|
|
|
},
|
|
|
|
|
"libraries": "c++",
|
|
|
|
|
"pod_target_xcconfig": {
|
|
|
|
|
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
|
|
|
|
|
"CLANG_CXX_LIBRARY": "libc++"
|
|
|
|
|
}
|
|
|
|
|
}
|