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