blob: e0a4768fca8cb6058890d3f372bd98460ea40bf7 [file] [log] [blame]
{
"name": "XCESelectable",
"summary": "Array-based collection of elements with built-in ability to track selection.",
"version": "1.0.0",
"homepage": "https://XCEssentials.github.io/Selectable",
"source": {
"git": "https://github.com/XCEssentials/Selectable.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"XCEArrayExt": [
"~> 1.0"
]
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"pushed_with_swift_version": "3.1"
}