[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 3 / 6 / MUKMediaGallery / 2.2.3 / MUKMediaGallery.podspec.json
blob7743685ad4eb84cabf6148014baa78a883746017
2   "name": "MUKMediaGallery",
3   "version": "2.2.3",
4   "summary": "A simple iOS library built to provide you a component which replicates Photos app functionalities.",
5   "license": {
6     "type": "BSD 3-Clause",
7     "file": "LICENSE"
8   },
9   "platforms": {
10     "ios": "9.0"
11   },
12   "homepage": "https://github.com/muccy/MUKMediaGallery",
13   "authors": {
14     "Marco Muccinelli": "muccymac@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/muccy/MUKMediaGallery.git",
18     "tag": "2.2.3"
19   },
20   "compiler_flags": "-Wdocumentation",
21   "source_files": "MUKMediaGallery/**/*.{h,m}",
22   "public_header_files": "MUKMediaGallery/*.h",
23   "requires_arc": true,
24   "frameworks": [
25     "QuartzCore",
26     "AVKit"
27   ],
28   "resource_bundles": {
29     "MUKMediaGalleryResources": "MUKMediaGallery/Resources/Images/**"
30   },
31   "dependencies": {
32     "MUKToolkit": [
33       "~> 1.1"
34     ],
35     "MUKSignal": [
36       "~> 1.1.0"
37     ],
38     "XCDYouTubeKit": [
39       "~> 2.0"
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "ImageScrollView",
45       "source_files": "MUKMediaGallery/MUKMediaImageScrollView.{h,m}",
46       "public_header_files": "MUKMediaGallery/MUKMediaImageScrollView.h",
47       "requires_arc": true
48     }
49   ]