blob: 95ab9952f9c8f60b183f9ee8ef383c1599465496 [file] [log] [blame]
{
"name": "BDKCollectionIndexView",
"version": "2.2.0",
"summary": "Gives a UICollectionView the sectionIndexTitles scrub bar that a UITableView gets for almost free.",
"homepage": "https://github.com/kreeger/BDKCollectionIndexView",
"license": {
"type": "MIT",
"file": "license.markdown"
},
"authors": {
"Ben Kreeger": "ben@kree.gr"
},
"source": {
"git": "https://github.com/kreeger/BDKCollectionIndexView.git",
"tag": "v2.2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}