blob: 99a8b9cf33c34f9e6fdb204f8f49701cdea15028 [file] [log] [blame]
{
"name": "BDKCollectionIndexView",
"version": "2.0.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.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}