blob: 0333654a621b44c6445803ff0a41ab7bdc553d78 [file] [log] [blame]
{
"name": "LaserVideoPhotoGallery",
"version": "3.0.3",
"license": "MIT",
"homepage": "https://github.com/LaserSrl/LaserVideoPhotoGallery",
"authors": {
"Laser Patrick": "patrick.negretto@laser-group.com"
},
"summary": "Gallery for iOS 9 Devices.",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LaserSrl/LaserVideoPhotoGallery.git",
"tag": "3.0.3"
},
"dependencies": {
"SDWebImage": [
"~> 5.0"
],
"TTTAttributedLabel": [
"~> 2.0"
],
"Masonry": [
]
},
"frameworks": [
"MessageUI",
"Social",
"ImageIO",
"QuartzCore",
"Accelerate",
"CoreMedia",
"AVFoundation",
"MediaPlayer"
],
"resources": "MHVideoPhotoGallery/MMHVideoPhotoGallery/**/*.{png,bundle}",
"public_header_files": "MHVideoPhotoGallery/MMHVideoPhotoGallery/**/*.h",
"source_files": [
"MHVideoPhotoGallery/MMHVideoPhotoGallery/**/*.{h,m}"
],
"requires_arc": true
}