blob: a1ff634c33c1a6c2172add75d86edb5430b00895 [file] [log] [blame]
{
"name": "FilterBar",
"version": "2.0.0",
"summary": "A filter bar, similar to a UISegmentedControl.",
"description": "\t A filter bar, similar to a UISegmentedControl. Written in Swift, and uses autolayout.\n",
"homepage": "https://github.com/MosheBerman/FilterBar",
"screenshots": "https://raw.github.com/MosheBerman/FilterBar/master/Promo.png",
"authors": {
"Moshe Berman": "moshberm@gmail.com"
},
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MosheBerman/FilterBar.git",
"tag": "2.0.0"
},
"source_files": [
"Classes",
"Source/FilterBar.swift"
],
"requires_arc": true
}