blob: 3d039e3825abc40803b3520befb1cfa8339b58b1 [file] [log] [blame]
{
"name": "BDKCollectionIndexView",
"version": "1.0.1",
"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": "v1.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}