blob: 4803b277b68087e8582022c2ee67bea2961c415b [file] [log] [blame]
{
"name": "Dequeueable",
"version": "0.1.0",
"summary": "Helper functionality for type-safe UITableView and UICollectionView dequeuing",
"description": "Helper functionality for type-safe UITableView and UICollectionView dequeuing. Heavily inspired by Aleksandar Vacić Swift essentials: http://aplus.rs/2017/swift-essentials/",
"homepage": "https://github.com/hartlco/Dequeueable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hartlco": "martin@hartl.co"
},
"source": {
"git": "https://github.com/hartlco/Dequeueable.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/hartlco",
"platforms": {
"ios": "8.0"
},
"source_files": "Dequeueable/Classes/**/*",
"frameworks": "UIKit",
"swift_versions": "5.0",
"swift_version": "5.0"
}