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