blob: 582e770cc765205f5a553a99a582e918a02dccf2 [file] [log] [blame]
{
"name": "OwlKit",
"version": "1.1.2",
"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.2"
},
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit",
"swift_versions": "5.0",
"swift_version": "5.0"
}