blob: 55999f4318265587a55f1f2e841dc262babede20 [file] [log] [blame]
{
"name": "UIStoryView",
"version": "2.0.1",
"summary": "An instagram storyview like framework with an easy-to-use interface.",
"description": "This library provides an easy way to create Instagram story-like views with cube animations. It requires an arraylist of IStorySection as parameter. Two more optional parameters are available for changing the colors of progress bar.",
"homepage": "https://github.com/sonmezvolkan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Volkan Sönmez": "sonmez.volkan92@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/sonmezvolkan/UIStoryView.git",
"tag": "2.0.1"
},
"source_files": [
"UIStoryView",
"UIStoryView/**/*.{h,m,swift,png}"
],
"exclude_files": "Classes/Exclude",
"resource_bundles": {
"UIStoryView": [
"UIStoryView/**/*.{storyboard,xib,png}"
]
},
"dependencies": {
"SDWebImage": [
]
},
"swift_version": "5.0"
}