[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / OrderedSet.swift / 0.1.1 / OrderedSet.swift.podspec.json
blob9c32af8f5843a0754b5d11910609ae43375ae3e2
2   "name": "OrderedSet.swift",
3   "module_name": "OrderedSet",
4   "version": "0.1.1",
5   "summary": "Ordered Set implementation for Swift",
6   "homepage": "https://github.com/cocodelabs/OrderedSet",
7   "license": {
8     "type": "CUSTOM",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Kyle Fuller": "kyle@fuller.li"
13   },
14   "source": {
15     "git": "https://github.com/cocodelabs/OrderedSet.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "Sources/OrderedSet/*.swift",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10"
23   },
24   "swift_versions": "5.0",
25   "swift_version": "5.0"