blob: 6b69543a1483ba16f86705444be9e8f63a273789 [file] [log] [blame]
{
"name": "IGListKit",
"version": "4.0.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.0.0",
"branch": "stable"
},
"dependencies": {
"IGListDiffKit": [
"= 4.0.0"
]
},
"ios": {
"source_files": [
"Source/IGListDiffKit/Internal/*.h",
"Source/IGListKit/**/*.{h,m,mm}"
],
"private_header_files": [
"Source/IGListDiffKit/Internal/*.h",
"Source/IGListKit/Internal/*.h"
],
"frameworks": "UIKit"
},
"tvos": {
"source_files": [
"Source/IGListDiffKit/Internal/*.h",
"Source/IGListKit/**/*.{h,m,mm}"
],
"private_header_files": [
"Source/IGListDiffKit/Internal/*.h",
"Source/IGListKit/Internal/*.h"
],
"frameworks": "UIKit"
},
"osx": {
"source_files": "Source/IGListKit/IGListKit.h",
"frameworks": "Cocoa"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}