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