[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 8 / 9 / FLGalleryPageVC / 0.0.7 / FLGalleryPageVC.podspec.json
blob1d534f300a82e8b0f0d4b6de5c9bc347a3883756
2   "name": "FLGalleryPageVC",
3   "version": "0.0.7",
4   "summary": "UIPageViewController made to show gallery with zoom",
5   "homepage": "https://github.com/felixkli/FLGalleryPageVC",
6   "license": "MIT",
7   "authors": {
8     "Felix Li": "li.felix162@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/felixkli/FLGalleryPageVC.git",
15     "tag": "0.0.7"
16   },
17   "source_files": [
18     "FLGalleryPageVC.swift",
19     "FLGalleryImageVC.swift"
20   ],
21   "dependencies": {
22     "SDWebImage": [
23       "3.7.5"
24     ]
25   },
26   "resources": "Resources/Media.xcassets",
27   "resource_bundles": {
28     "FLGalleryPageVC": [
29       "Resources/Media.xcassets"
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "Foundation"
35   ],
36   "requires_arc": true