blob: 1164394cfeef7d4f5ce4edaa1575a6308242778f [file] [log] [blame]
{
"name": "CollectionViewIndex",
"version": "1.0.0",
"summary": "View that replicates the built in UITableView section index, but for use in UICollectionView.",
"authors": "Hilton Campbell",
"homepage": "https://github.com/CrossWaterBridge/CollectionViewIndex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/CrossWaterBridge/CollectionViewIndex.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CollectionViewIndex/*.swift",
"requires_arc": true
}