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 "default_subspecs": "Default",
35 "pod_target_xcconfig": {
36 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
37 "CLANG_CXX_LIBRARY": "libc++"
42 "source_files": "Source/Common/**/*.{h,m,mm}",
43 "private_header_files": "Source/Common/Internal/*.h"
48 "IGListKit/Diffing": [
53 "source_files": "Source/**/*.{h,m,mm}",
54 "private_header_files": [
55 "Source/Internal/*.h",
56 "Source/Common/Internal/*.h"
60 "source_files": "Source/**/*.{h,m,mm}",
61 "private_header_files": [
62 "Source/Internal/*.h",
63 "Source/Common/Internal/*.h"