blob: 26577fcda9f3e849a57d5f13fa237f84a41835c7 [file] [log] [blame]
{
"name": "StoriesLayout",
"version": "0.1.0",
"summary": "An Instagram Stories like UICollectionViewLayout",
"swift_version": "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": "0.1.0"
},
"social_media_url": "https://twitter.com/Oni_zerone",
"platforms": {
"ios": "10.0"
},
"source_files": "StoriesLayout/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
]
}