[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / c / IGListSwiftKit / 5.0.0 / IGListSwiftKit.podspec.json
blob6917e2e74ddbfb64921f85b0657d9ac8e77cca50
2   "name": "IGListSwiftKit",
3   "version": "5.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": "5.0.0",
16     "branch": "stable"
17   },
18   "dependencies": {
19     "IGListKit": [
20       "= 5.0.0"
21     ]
22   },
23   "ios": {
24     "source_files": [
25       "Source/IGListSwiftKit/**/*.{swift}"
26     ],
27     "frameworks": "UIKit"
28   },
29   "tvos": {
30     "source_files": [
31       "Source/IGListSwiftKit/**/*.{swift}"
32     ],
33     "frameworks": "UIKit"
34   },
35   "requires_arc": true,
36   "swift_versions": [
37     "4.0",
38     "5.0",
39     "5.1"
40   ],
41   "platforms": {
42     "ios": "11.0",
43     "tvos": "11.0"
44   },
45   "swift_version": "5.1"