blob: e80e2bb2b214078d149831f3e0b33997bbea59ec [file] [log] [blame]
{
"name": "AutoDequeue",
"version": "1.0.0",
"summary": "A type safe way to dequeue UITableView, UICollectionView, and MKMapView elements without having to call register.",
"homepage": "https://github.com/berbschloe/AutoDequeue",
"license": "MIT",
"authors": "Brandon Erbschloe",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/berbschloe/AutoDequeue.git",
"tag": "1.0.0"
},
"source_files": [
"AutoDequeue",
"AutoDequeue/**/*.{h,m,swift}"
],
"swift_version": "4.2"
}