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",
18 "source_files": "Source/**/*.{h,m,mm}",
19 "private_header_files": "Source/Internal/*.h",
25 "frameworks": "UIKit",
27 "pod_target_xcconfig": {
28 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
29 "CLANG_CXX_LIBRARY": "libc++"