blob: b4e66f2f409df011aa7c3c3186fb32319fef621e [file] [log] [blame]
{
"name": "SJListKit",
"version": "1.2.0",
"summary": "Handy wrapper for IGListKit",
"description": "SJListKit is a small wapper for Instagram's library IGListKit created by SuperJob.\nMain features are:\n 1) Easy work with autolayout cells in sections\n 2) Support for different supplementary views in one list section\n 3) Autolayout for supplementary views\n 4) Handy wrappers for reload, insert, delete and update of cells",
"homepage": "https://github.com/superjobru/SJListKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Danilyak": "a.danilyak@superjob.ru"
},
"source": {
"git": "https://github.com/superjobru/SJListKit.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/adanilyak",
"platforms": {
"ios": "8.0"
},
"source_files": "SJListKit/Classes/**/*",
"dependencies": {
"IGListKit": [
"~> 3.0"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"SnapKit": [
"~> 4.0"
]
}
}