[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 7 / 8 / IGListKit / 4.0.0 / IGListKit.podspec.json
blob6b69543a1483ba16f86705444be9e8f63a273789
2   "name": "IGListKit",
3   "version": "4.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": "MIT"
10   },
11   "authors": "Instagram",
12   "social_media_url": "https://twitter.com/fbOpenSource",
13   "source": {
14     "git": "https://github.com/Instagram/IGListKit.git",
15     "tag": "4.0.0",
16     "branch": "stable"
17   },
18   "dependencies": {
19     "IGListDiffKit": [
20       "= 4.0.0"
21     ]
22   },
23   "ios": {
24     "source_files": [
25       "Source/IGListDiffKit/Internal/*.h",
26       "Source/IGListKit/**/*.{h,m,mm}"
27     ],
28     "private_header_files": [
29       "Source/IGListDiffKit/Internal/*.h",
30       "Source/IGListKit/Internal/*.h"
31     ],
32     "frameworks": "UIKit"
33   },
34   "tvos": {
35     "source_files": [
36       "Source/IGListDiffKit/Internal/*.h",
37       "Source/IGListKit/**/*.{h,m,mm}"
38     ],
39     "private_header_files": [
40       "Source/IGListDiffKit/Internal/*.h",
41       "Source/IGListKit/Internal/*.h"
42     ],
43     "frameworks": "UIKit"
44   },
45   "osx": {
46     "source_files": "Source/IGListKit/IGListKit.h",
47     "frameworks": "Cocoa"
48   },
49   "requires_arc": true,
50   "platforms": {
51     "ios": "9.0",
52     "tvos": "9.0",
53     "osx": "10.11"
54   },
55   "libraries": "c++",
56   "pod_target_xcconfig": {
57     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
58     "CLANG_CXX_LIBRARY": "libc++"
59   }