[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / f / KKPhotoBrowser / 0.1.0 / KKPhotoBrowser.podspec.json
blobc0f10083aef567298834b185c725d7a95652a7b6
2   "name": "KKPhotoBrowser",
3   "version": "0.1.0",
4   "summary": "A PhotoBorwser Library for iOS.",
5   "homepage": "https://github.com/ripplek/KKPhotoBrowser",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "swift_version": "5.0",
11   "authors": {
12     "张坤": "ripple_k@163.com"
13   },
14   "source": {
15     "git": "https://github.com/ripplek/KKPhotoBrowser.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": [
22     "PhotoBrowser/KKPhotoBrowser/*.swift",
23     "PhotoBrowser/KKPhotoBrowser/Animator/*.swift",
24     "PhotoBrowser/KKPhotoBrowser/Model/*.swift",
25     "PhotoBrowser/KKPhotoBrowser/View/*.swift"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "Kingfisher": [
31     ]
32   }