blob: 7eabfb78cef5c643ac9565df608137a25c48ee2b [file] [log] [blame]
{
"name": "CollectionViewAdapter",
"version": "0.2.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.2.0"
},
"source_files": "CollectionViewAdapter/**/*.{h,swift}",
"frameworks": "UIKit"
}