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