blob: dfd552a9a68f2461135fc960c5ade6df728a442e [file] [log] [blame]
{
"name": "MUKMediaGallery",
"version": "2.2.0",
"summary": "A simple iOS library built to provide you a component which replicates Photos app functionalities.",
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"homepage": "https://github.com/muccy/MUKMediaGallery",
"authors": {
"Marco Muccinelli": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKMediaGallery.git",
"tag": "2.2.0"
},
"compiler_flags": "-Wdocumentation",
"source_files": "MUKMediaGallery/**/*.{h,m}",
"public_header_files": "MUKMediaGallery/*.h",
"requires_arc": true,
"frameworks": [
"QuartzCore",
"AVKit"
],
"resource_bundles": {
"MUKMediaGalleryResources": "MUKMediaGallery/Resources/Images/**"
},
"dependencies": {
"MUKToolkit": [
"~> 1.1"
],
"MUKSignal": [
"~> 1.0.5"
],
"XCDYouTubeKit": [
"~> 2.0"
]
},
"subspecs": [
{
"name": "ImageScrollView",
"source_files": "MUKMediaGallery/MUKMediaImageScrollView.{h,m}",
"public_header_files": "MUKMediaGallery/MUKMediaImageScrollView.h",
"requires_arc": true
}
]
}