[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / 4 / UIStoryView / 1.0.2 / UIStoryView.podspec.json
blob7444d337d60db0c9483441ce556e6e4ebe32629f
2   "name": "UIStoryView",
3   "version": "1.0.2",
4   "summary": "An instagram storyview like framework with an easy-to-use interface.",
5   "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.",
6   "homepage": "https://github.com/Samcro92",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Volkan Sönmez": "sonmez.volkan92@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/Samcro92/UIStoryView.git",
20     "tag": "1.0.2"
21   },
22   "source_files": [
23     "UIStoryView",
24     "UIStoryView/**/*.{h,m,swift,png}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "resource_bundles": {
28     "UIStoryView": [
29       "UIStoryView/**/*.{storyboard,xib,png}"
30     ]
31   },
32   "dependencies": {
33     "SDWebImage": [
35     ]
36   },
37   "swift_version": "5.0"