[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 7 / 8 / IGListKit / 3.0.0 / IGListKit.podspec.json
blob1b284ce9ef384d81386ee3fa109055c4518be0df
2   "name": "IGListKit",
3   "version": "3.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": "3.0.0",
16     "branch": "stable"
17   },
18   "default_subspecs": "Default",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0",
23     "osx": "10.10"
24   },
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "tvos": {
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "frameworks": "Cocoa"
33   },
34   "libraries": "c++",
35   "pod_target_xcconfig": {
36     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
37     "CLANG_CXX_LIBRARY": "libc++"
38   },
39   "subspecs": [
40     {
41       "name": "Diffing",
42       "source_files": "Source/Common/**/*.{h,m,mm}",
43       "private_header_files": "Source/Common/Internal/*.h"
44     },
45     {
46       "name": "Default",
47       "dependencies": {
48         "IGListKit/Diffing": [
50         ]
51       },
52       "ios": {
53         "source_files": "Source/**/*.{h,m,mm}",
54         "private_header_files": [
55           "Source/Internal/*.h",
56           "Source/Common/Internal/*.h"
57         ]
58       },
59       "tvos": {
60         "source_files": "Source/**/*.{h,m,mm}",
61         "private_header_files": [
62           "Source/Internal/*.h",
63           "Source/Common/Internal/*.h"
64         ]
65       }
66     }
67   ]