[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 4 / f / b / OwlKit / 1.0.0 / OwlKit.podspec.json
blob1caa405e8ec475cd030ba72a65925a09354be5c1
2   "name": "OwlKit",
3   "version": "1.0.0",
4   "summary": "A declarative type-safe framework for building fast and flexible list with Tables & Collections",
5   "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!.",
6   "homepage": "https://github.com/malcommac/Owl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniele Margutti": "hello@danielemargutti.com"
13   },
14   "social_media_url": "https://twitter.com/danielemargutti",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/malcommac/Owl.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "frameworks": "UIKit",
24   "swift_versions": "5.0"