blob: 5804781240d3f8661734ae8fa41ac7d079081b16 [file] [log] [blame]
{
"name": "CollectionViewAdapter",
"version": "0.4.0",
"summary": "A Swift based collection view binder for iOS 8 and up. Look like AdapterDelegates for RecyclerView on Android",
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/DimaKorol/CollectionViewAdapter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DzmitryiKaraliou": "karaliou.dzmitryi@gmail.com"
},
"source": {
"git": "https://github.com/DimaKorol/CollectionViewAdapter.git",
"tag": "0.4.0"
},
"source_files": "CollectionViewAdapter/**/*.{h,swift}",
"frameworks": "UIKit"
}