[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / e / SwiftOrderedSet / 1.0.2 / SwiftOrderedSet.podspec.json
blob41a9b491a4bb8c00dc592c1c5fab9a315c58e714
2   "name": "SwiftOrderedSet",
3   "version": "1.0.2",
4   "summary": "Native Swift Ordered Set",
5   "description": "A native Swift implementation of an ordered set. Supports the same behavior and functionality as native Swift arrays and sets, ensuring that each and every element in an ordered list only appears once.",
6   "homepage": "https://github.com/bradhilton/OrderedSet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/OrderedSet.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true