[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 4 / 8 / FTImageViewer / 1.2.1 / FTImageViewer.podspec.json
blob20c005b507212161544ef60d0f5b31cfcbfaa56c
2   "name": "FTImageViewer",
3   "version": "1.2.1",
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   "social_media_url": "http://twitter.com/liufengting",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/liufengting/FTImageViewer.git",
20     "tag": "1.2.1"
21   },
22   "source_files": "FTImageViewer/Classes/*.swift",
23   "resources": "FTImageViewer/Assets/*.png",
24   "requires_arc": true,
25   "frameworks": "UIKit",
26   "dependencies": {
27     "SDWebImage": [
28       "~> 3.7.5"
29     ]
30   }