[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 4 / 8 / FTImageViewer / 2.0.6 / FTImageViewer.podspec.json
blob0cc8f10488a76e366dddc078756ba39b28f5a268
2   "name": "FTImageViewer",
3   "version": "2.0.6",
4   "summary": "A simple ImageViewer and ImageGrid. Preview images with just a few lines of code.",
5   "description": "FTImageViewer. A simple ImageViewer and ImageGrid. Can preview images with just a few lines of code.\nI wrote this for my future projects. Feel free to try it in your own projects!",
6   "homepage": "https://github.com/liufengting/FTImageViewer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liufengting": "wo157121900@me.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/liufengting/FTImageViewer.git",
19     "tag": "2.0.6"
20   },
21   "source_files": [
22     "FTImageViewer",
23     "FTImageViewer/*.{h,m,swift,xib}"
24   ],
25   "resources": "FTImageViewer/*.{bundle}",
26   "requires_arc": true,
27   "frameworks": "UIKit",
28   "swift_versions": "5.0",
29   "dependencies": {
30     "Kingfisher": [
32     ]
33   }