2016-09-07 22:37:59 +00:00
|
|
|
{
|
|
|
|
|
"name": "IGListKit",
|
2017-08-24 02:25:44 +00:00
|
|
|
"version": "3.1.0",
|
2016-09-07 22:37:59 +00:00
|
|
|
"summary": "A data-driven UICollectionView framework.",
|
|
|
|
|
"homepage": "https://github.com/Instagram/IGListKit",
|
2016-10-15 01:46:16 +00:00
|
|
|
"documentation_url": "https://instagram.github.io/IGListKit",
|
|
|
|
|
"description": "A data-driven UICollectionView framework for building fast and flexible lists.",
|
2016-09-07 22:37:59 +00:00
|
|
|
"license": {
|
|
|
|
|
"type": "BSD"
|
|
|
|
|
},
|
|
|
|
|
"authors": "Instagram",
|
|
|
|
|
"social_media_url": "https://twitter.com/fbOpenSource",
|
|
|
|
|
"source": {
|
|
|
|
|
"git": "https://github.com/Instagram/IGListKit.git",
|
2017-08-24 02:25:44 +00:00
|
|
|
"tag": "3.1.0",
|
2016-10-15 01:46:16 +00:00
|
|
|
"branch": "stable"
|
2016-09-07 22:37:59 +00:00
|
|
|
},
|
2016-12-27 20:37:57 +00:00
|
|
|
"default_subspecs": "Default",
|
|
|
|
|
"requires_arc": true,
|
|
|
|
|
"platforms": {
|
|
|
|
|
"ios": "8.0",
|
|
|
|
|
"tvos": "9.0",
|
2016-12-29 18:56:56 +00:00
|
|
|
"osx": "10.10"
|
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"
|
|
|
|
|
},
|
2016-09-07 22:37:59 +00:00
|
|
|
"libraries": "c++",
|
|
|
|
|
"pod_target_xcconfig": {
|
|
|
|
|
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
|
|
|
|
|
"CLANG_CXX_LIBRARY": "libc++"
|
2016-12-27 20:37:57 +00:00
|
|
|
},
|
|
|
|
|
"subspecs": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Diffing",
|
|
|
|
|
"source_files": "Source/Common/**/*.{h,m,mm}",
|
|
|
|
|
"private_header_files": "Source/Common/Internal/*.h"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Default",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"IGListKit/Diffing": [
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"ios": {
|
|
|
|
|
"source_files": "Source/**/*.{h,m,mm}",
|
|
|
|
|
"private_header_files": [
|
|
|
|
|
"Source/Internal/*.h",
|
|
|
|
|
"Source/Common/Internal/*.h"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"tvos": {
|
|
|
|
|
"source_files": "Source/**/*.{h,m,mm}",
|
|
|
|
|
"private_header_files": [
|
|
|
|
|
"Source/Internal/*.h",
|
|
|
|
|
"Source/Common/Internal/*.h"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
2016-09-07 22:37:59 +00:00
|
|
|
}
|