4 "summary": "A data-driven UICollectionView framework.",
5 "homepage": "https://github.com/Instagram/IGListKit",
6 "documentation_url": "https://instagram.github.io/IGListKit",
7 "description": "A data-driven UICollectionView framework for building fast and flexible lists.",
11 "authors": "Instagram",
12 "social_media_url": "https://twitter.com/fbOpenSource",
14 "git": "https://github.com/Instagram/IGListKit.git",
25 "Source/IGListDiffKit/Internal/*.h",
26 "Source/IGListKit/**/*.{h,m,mm}"
28 "private_header_files": [
29 "Source/IGListDiffKit/Internal/*.h",
30 "Source/IGListKit/Internal/*.h"
36 "Source/IGListDiffKit/Internal/*.h",
37 "Source/IGListKit/**/*.{h,m,mm}"
39 "private_header_files": [
40 "Source/IGListDiffKit/Internal/*.h",
41 "Source/IGListKit/Internal/*.h"
46 "source_files": "Source/IGListKit/IGListKit.h",
56 "pod_target_xcconfig": {
57 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
58 "CLANG_CXX_LIBRARY": "libc++"