blob: bb73c933e56bd800e90b2ffc1d5dbf2f46b8c572 [file] [log] [blame]
{
"name": "SectionKit",
"version": "0.1.0",
"summary": "A modular fabric for interface. Based on UICollectionView, divided into sections",
"description": "Split your interface into sections with independent logic.\n\nJust initialize SectionsAdapter with your UICollectionView and set dataSource for sections\nA section should adopt specific interface - SectionPresentable\n\nAny section can by used on any screen with SectionKit.",
"homepage": "https://github.com/konshin/SectionKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"konshin": "alexey@konshin.net"
},
"source": {
"git": "https://github.com/konshin/SectionKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.1",
"source_files": "SectionKit/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"UICollectionUpdates": [
"~> 0.1.1"
]
},
"swift_version": "5.1"
}