IGListKit/Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json
Jesse Squires 879260b417 internal diff for PR #209
Summary: https://github.com/Instagram/IGListKit/pull/209

Reviewed By: rnystrom

Differential Revision: D4190633

fbshipit-source-id: 9d382b9ba3f3d20c8b9c48d900650ec354bc9728
2016-11-16 12:44:19 -08:00

31 lines
896 B
JSON

{
"name": "IGListKit",
"version": "1.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": "BSD"
},
"authors": "Instagram",
"social_media_url": "https://twitter.com/fbOpenSource",
"source": {
"git": "https://github.com/Instagram/IGListKit.git",
"tag": "1.0.0",
"branch": "stable"
},
"source_files": "Source/**/*.{h,m,mm}",
"private_header_files": "Source/Internal/*.h",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"frameworks": "UIKit",
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}