IGListKit/Example/Pods/Local Podspecs/IGListKit.podspec.json

30 lines
823 B
JSON
Raw Normal View History

{
"name": "IGListKit",
"version": "1.0",
"summary": "A data-driven UICollectionView framework.",
"homepage": "https://github.com/Instagram/IGListKit",
"documentation_url": "TODO",
"description": "Create data-driven feeds backed by UICollectionView that efficiently diff and update.",
"license": {
"type": "BSD"
},
"authors": "Instagram",
"social_media_url": "https://twitter.com/fbOpenSource",
"source": {
"git": "https://github.com/Instagram/IGListKit.git",
"tag": "1.0"
},
"source_files": "Source/**/*.{h,m,mm}",
"private_header_files": "Source/Internal/*.h",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}