blob: 4a9876931aa42e7ee1f805203ccaeaceb5869f0e [file] [log] [blame]
{
"name": "OwlKit",
"version": "1.1.1",
"summary": "A declarative type-safe framework for building fast and flexible list with Tables & Collections",
"description": "Owl offers a data-driven declarative approach for building fast & flexible list in iOS. It supports both UICollectionView & UITableView; UIStackView is on the way!.",
"homepage": "https://github.com/malcommac/Owl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "hello@danielemargutti.com"
},
"social_media_url": "https://twitter.com/danielemargutti",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/malcommac/Owl.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit",
"swift_versions": "5.0",
"swift_version": "5.0"
}