[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / f / OrderedObjectSet / 3.0.0 / OrderedObjectSet.podspec.json
blob39c71c0f0e2f38553957733873bc41a298b3d37a
2   "name": "OrderedObjectSet",
3   "version": "3.0.0",
4   "summary": "Native Swift Ordered Object Set",
5   "description": "A native Swift implementation of an ordered object set. Supports the same behavior and functionality as native Swift arrays and sets, ensuring that each and every object in an ordered list only appears once.",
6   "homepage": "https://github.com/bradhilton/OrderedObjectSet",
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/OrderedObjectSet.git",
16     "tag": "3.0.0"
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,
27   "pushed_with_swift_version": "3.0"