[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 7 / 6 / 5 / SwiftOrderedDictionary / 1.0.0 / SwiftOrderedDictionary.podspec.json
blob6f6ae8f8a1d9412ac326725d05cd8ac96e077764
2   "name": "SwiftOrderedDictionary",
3   "version": "1.0.0",
4   "summary": "An implementation of a Swift Ordered Dictionary",
5   "description": "A version of the standard Swift Dictionary class that remembers te order in which items were added.  Sticks as close as possible to the Dictionary API, so it should be usable as a drop-in replacement.",
6   "homepage": "https://github.com/jdstmporter/OrderedDictionary.git",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "julian porter": "julian@porternet.org.uk"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "13.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/jdstmporter/OrderedDictionary.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "src/*.{swift}",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/*.{swift}",
29       "frameworks": "XCTest"
30     }
31   ],
32   "swift_version": "5.0"