[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / 6 / 7 / 8 / IGListKit / 2.0.0 / IGListKit.podspec.json
blobb4f3e99f54bb1607f913949f1c53fc814d9b7123
2   "name": "IGListKit",
3   "version": "2.0.0",
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.",
8   "license": {
9     "type": "BSD"
10   },
11   "authors": "Instagram",
12   "social_media_url": "https://twitter.com/fbOpenSource",
13   "source": {
14     "git": "https://github.com/Instagram/IGListKit.git",
15     "tag": "2.0.0",
16     "branch": "stable"
17   },
18   "source_files": "Source/**/*.{h,m,mm}",
19   "private_header_files": "Source/Internal/*.h",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0",
23     "tvos": "9.0"
24   },
25   "frameworks": "UIKit",
26   "libraries": "c++",
27   "pod_target_xcconfig": {
28     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
29     "CLANG_CXX_LIBRARY": "libc++"
30   }