blob: 6c0c672bef8227c2c0080bed5028e52b16e2f8fc [file] [log] [blame]
{
"name": "SwiftyCollection",
"version": "1.0.5",
"summary": "Safe operations on collections",
"description": "This library provides an extension to the family of Collection protocols (Collection, MutableCollection, and RangeReplacableCollection) for\neasier and range-safe access to its elements. Most of the added functions return optionals where .none is returned instead of conventional\nerror throwing. A summary of the provided functionality is: element(at:), removeLast, removeFirst, replaceOccurrences, removeElement, and\nremoveDuplicates (see the README file for detailed, complete description)",
"homepage": "https://github.com/aldo-dev/SwiftyCollection.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ALDO Inc": "aldodev@aldogroup.com"
},
"source": {
"git": "https://github.com/aldo-dev/SwiftyCollection.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "5.0",
"source_files": "SwiftyCollection/Classes/**/*"
}