blob: 362ce4b72f5c76848fb5d518cd2cac7acc143b40 [file] [log] [blame]
{
"name": "BDKCollectionIndexView",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}