[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / e / 4 / BYImagePreview / 1.0.3 / BYImagePreview.podspec.json
blob96a407b9ad0f419ec6d44987feefa8258b0da1c0
2   "name": "BYImagePreview",
3   "version": "1.0.3",
4   "summary": "简易图片预览器",
5   "description": "iOS简易图片预览器,支持Image, URL, String",
6   "homepage": "https://github.com/mg459046365/BYImagePreview",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Beryter": "mg459046365@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mg459046365/BYImagePreview.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "5.0"
23   ],
24   "source_files": "BYImagePreview/Classes/**/*",
25   "resource_bundles": {
26     "BYImagePreview": [
27       "BYImagePreview/Assets/*.png"
28     ]
29   },
30   "requires_arc": true,
31   "frameworks": [
32     "UIKit",
33     "Foundation"
34   ],
35   "dependencies": {
36     "Kingfisher": [
37       "~> 5.7"
38     ]
39   },
40   "swift_version": "5.0"