[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 2 / 8 / 9 / FLGalleryPageVC / 0.0.9 / FLGalleryPageVC.podspec.json
blob13a4b576c11f61c51a10d6b2e08779fdedcd622b
2   "name": "FLGalleryPageVC",
3   "version": "0.0.9",
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.9"
16   },
17   "source_files": [
18     "FLGalleryPageVC.swift",
19     "FLGalleryImageVC.swift"
20   ],
21   "dependencies": {
22     "SDWebImage": [
23       "3.7.5"
24     ]
25   },
26   "resource_bundles": {
27     "FLGalleryPageVC": [
28       "Resources/Media.xcassets"
29     ]
30   },
31   "frameworks": [
32     "UIKit",
33     "Foundation"
34   ],
35   "requires_arc": true