2016-12-14 22:39:01 +00:00
|
|
|
{
|
|
|
|
|
"name": "IGListKit",
|
2018-05-03 17:18:56 +00:00
|
|
|
"version": "3.4.0",
|
2016-12-14 22:39:01 +00:00
|
|
|
"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": {
|
2018-05-03 17:18:56 +00:00
|
|
|
"type": "MIT"
|
2016-12-14 22:39:01 +00:00
|
|
|
},
|
|
|
|
|
"authors": "Instagram",
|
|
|
|
|
"social_media_url": "https://twitter.com/fbOpenSource",
|
|
|
|
|
"source": {
|
|
|
|
|
"git": "https://github.com/Instagram/IGListKit.git",
|
2018-05-03 17:18:56 +00:00
|
|
|
"tag": "3.4.0",
|
2016-12-14 22:39:01 +00:00
|
|
|
"branch": "stable"
|
|
|
|
|
},
|
2019-10-31 15:17:38 +00:00
|
|
|
"header_mappings_dir": "Source",
|
2016-12-27 20:37:57 +00:00
|
|
|
"default_subspecs": "Default",
|
|
|
|
|
"requires_arc": true,
|
|
|
|
|
"platforms": {
|
|
|
|
|
"ios": "8.0",
|
|
|
|
|
"tvos": "9.0",
|
2018-02-03 16:17:22 +00:00
|
|
|
"osx": "10.11"
|
2016-12-27 20:37:57 +00:00
|
|
|
},
|
2016-12-14 22:39:01 +00:00
|
|
|
"ios": {
|
|
|
|
|
"frameworks": "UIKit"
|
|
|
|
|
},
|
|
|
|
|
"tvos": {
|
|
|
|
|
"frameworks": "UIKit"
|
|
|
|
|
},
|
|
|
|
|
"osx": {
|
|
|
|
|
"frameworks": "Cocoa"
|
|
|
|
|
},
|
|
|
|
|
"libraries": "c++",
|
|
|
|
|
"pod_target_xcconfig": {
|
|
|
|
|
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
|
2019-10-31 15:17:38 +00:00
|
|
|
"CLANG_CXX_LIBRARY": "libc++",
|
|
|
|
|
"HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/Source"
|
2016-12-27 20:37:57 +00:00
|
|
|
},
|
|
|
|
|
"subspecs": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Diffing",
|
2019-10-31 15:17:38 +00:00
|
|
|
"source_files": "Source/IGListDiffKit/**/*.{h,m,mm}",
|
|
|
|
|
"private_header_files": "Source/IGListDiffKit/Internal/*.h"
|
2016-12-27 20:37:57 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Default",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"IGListKit/Diffing": [
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"ios": {
|
2019-10-31 15:17:38 +00:00
|
|
|
"source_files": "Source/IGListKit/**/*.{h,m,mm}",
|
2016-12-27 20:37:57 +00:00
|
|
|
"private_header_files": [
|
2019-10-31 15:17:38 +00:00
|
|
|
"Source/IGListKit/Internal/*.h"
|
2016-12-27 20:37:57 +00:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"tvos": {
|
2019-10-31 15:17:38 +00:00
|
|
|
"source_files": "Source/IGListKit/**/*.{h,m,mm}",
|
2016-12-27 20:37:57 +00:00
|
|
|
"private_header_files": [
|
2019-10-31 15:17:38 +00:00
|
|
|
"Source/IGListKit/Internal/*.h"
|
2016-12-27 20:37:57 +00:00
|
|
|
]
|
2019-10-31 15:17:38 +00:00
|
|
|
},
|
|
|
|
|
"osx": {
|
|
|
|
|
"source_files": "Source/IGListKit/IGListKit.h"
|
2016-12-27 20:37:57 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
2016-12-14 22:39:01 +00:00
|
|
|
}
|