blob: 09a8659f0afa093b05e5900b5d1fa848123c5b80 [file] [log] [blame]
{
"name": "SafariLayout",
"version": "0.1.0",
"summary": "A Safari tabs like UICollectionViewLayout",
"swift_versions": "5.0",
"description": "This is a UICollectionViewLayout that reproduce the iOS Safari tabs experience,\njust use SafariCollectionViewLayout in your UICollectionView and subclass your cells from SafariCollectionViewCell!",
"homepage": "https://github.com/Oni-zerone/CollectionLayouts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Altea": "oni.zerone@gmail.com"
},
"source": {
"git": "https://github.com/Oni-zerone/CollectionLayouts.git",
"tag": "SafariLayout-0.1.0"
},
"social_media_url": "https://twitter.com/Oni_zerone",
"platforms": {
"ios": "10.0"
},
"source_files": "SafariLayout/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"swift_version": "5.0"
}