[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 7 / 4 / CollectionsLib / 1.0.1 / CollectionsLib.podspec.json
blob73cbf094215949d212dfb115339246e0a3a9ff92
2   "name": "CollectionsLib",
3   "module_name": "Collections",
4   "version": "1.0.1",
5   "homepage": "https://github.com/apple/swift-collections",
6   "summary": "Swift Collections is an open-source package of data structure implementations for the Swift programming language.",
7   "description": "Unofficial pod for the swift-collections library.",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE.txt"
11   },
12   "documentation_url": "https://github.com/apple/swift-collections/tree/1.0.1/Documentation",
13   "social_media_url": "https://twitter.com/soumya_mahunt",
14   "source": {
15     "git": "https://github.com/apple/swift-collections.git",
16     "tag": "1.0.1"
17   },
18   "authors": {
19     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
20   },
21   "swift_versions": "5.0",
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9",
25     "tvos": "9.0",
26     "watchos": "2.0"
27   },
28   "source_files": [
29     "Sources/Collections/**/*.swift",
30     "Sources/Collections/**/*.docc/*.*"
31   ],
32   "dependencies": {
33     "DequeModule": [
34       "= 1.0.1"
35     ],
36     "OrderedCollections": [
37       "= 1.0.1"
38     ]
39   },
40   "swift_version": "5.0"