[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / 2 / OrderedCollections / 1.0.4 / OrderedCollections.podspec.json
blobd3080bc5e503a29638ebbfeeaa6b0ab74058e41a
2   "name": "OrderedCollections",
3   "version": "1.0.4",
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.4/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.4"
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   "source_files": [
28     "Sources/OrderedCollections/**/*.swift",
29     "Sources/OrderedCollections/**/*.docc/*.*"
30   ],
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "source_files": "Tests/OrderedCollectionsTests/**/*.swift",
36       "dependencies": {
37         "_CollectionsTestSupport": [
38           "= 1.0.4"
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.0"