[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 7 / JFHeroBrowser / 1.4.0 / JFHeroBrowser.podspec.json
blob47dea7529f98b9ae9abd30e5b21d5ac68ea2f7cc
2   "name": "JFHeroBrowser",
3   "version": "1.4.0",
4   "summary": "A simplest & base on protocol & swifty way to browse photo or video with hero animation..",
5   "description": "*JFHeroBrowser can help you browse your image or video source with hero animation*\n*support any image data like local image, network image , data image, album image ... or use custom protocol to implements your way*\n*support any video data like local file video, network video ,  album video ... or use custom protocol to implements your way*\n*Not include image network cache you should implements the NetworkImageProvider protocol use Kingfisher or SDImageCache*",
6   "homepage": "https://github.com/JerryFans/JFHeroBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JerryFans": "fanjiarong_haohao@163.com"
13   },
14   "source": {
15     "git": "https://github.com/JerryFans/JFHeroBrowser.git",
16     "tag": "1.4.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "JFHeroBrowser/Classes/**/*",
22   "swift_versions": [
23     "5.0"
24   ],
25   "resource_bundles": {
26     "JFHeroBrowser": [
27       "JFHeroBrowser/Assets/*.png"
28     ]
29   },
30   "dependencies": {
31     "JRBaseKit": [
32       "~> 1.0.0"
33     ]
34   },
35   "swift_version": "5.0"