blob: 46b41f3ef2f973f10e7110e493c94356365802e7 [file] [log] [blame]
{
"name": "SwiftOrderedSet",
"version": "4.0.0",
"summary": "Native Swift Ordered Set",
"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.",
"homepage": "https://github.com/bradhilton/OrderedSet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/OrderedSet.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"requires_arc": true
}