[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 7 / 2 / SwiftPhotoGallery / 1.0.0 / SwiftPhotoGallery.podspec.json
blob82db019aee2ad9c723cfef37b58583ae146b7e5c
2   "name": "SwiftPhotoGallery",
3   "version": "1.0.0",
4   "summary": "Photo gallery for iOS written in Swift",
5   "description": "\"Photo gallery for iOS written in Swift. Photos can be panned and zoomed, Includes a page indicator and support for any orientation.\"",
6   "homepage": "https://github.com/Inspirato/SwiftPhotoGallery",
7   "license": "GNU",
8   "authors": {
9     "Justin Vallely": "jvallely@inspirato.com"
10   },
11   "source": {
12     "git": "https://github.com/Inspirato/SwiftPhotoGallery.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SwiftPhotoGallery": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ]