blob: e9695c601b489c17b8366d4ed8eb69f0dcc97b2b [file] [log] [blame]
{
"name": "StoriesLayout",
"version": "0.1.1",
"summary": "An Instagram Stories like UICollectionViewLayout",
"swift_versions": "5.0",
"description": "This is a UICollectionViewLayout that reproduce the Instagram Stories experience,\njust use StoriesCollectionViewLayout in your UICollectionView and subclass your cells from StoriesCollectionViewCell!",
"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": "StoriesLayout-0.1.1"
},
"social_media_url": "https://twitter.com/Oni_zerone",
"platforms": {
"ios": "10.0"
},
"source_files": "StoriesLayout/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"swift_version": "5.0"
}