blob: 35b6eb7d72e173bb6347fc9edcb03ea93a586ff0 [file] [log] [blame]
{
"name": "SelectionManager",
"version": "1.0.1",
"summary": "Simple yet useful helper class for managing selection of objects, typically used in table views.",
"description": "This class is no more than just a wrapper around a Set containing objects of a specific kind. Its main goal is to unify the way in which code is written when selection patterns appear, preveting developers from having to write boilerplate and error-prone code once and again for performing such a simple task.",
"homepage": "https://github.com/inaka/SelectionManager/tree/master",
"screenshots": "https://github.com/inaka/SelectionManager/raw/master/example.gif",
"license": "MIT",
"authors": "Inaka",
"social_media_url": "http://twitter.com/inaka",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/inaka/SelectionManager.git",
"tag": "1.0.1"
},
"source_files": "SelectionManager/**/*.swift"
}