blob: f36f96f7f9c5cfbd683d036d55ca2ab9b53e8308 [file] [log] [blame]
{
"name": "MHVideoPhotoGallery",
"version": "2.2.0",
"license": "MIT",
"homepage": "https://github.com/mariohahn/MHVideoPhotoGallery",
"authors": {
"Mario Hahn": "mario_hahn@me.com"
},
"summary": "Gallery for iOS 9 Devices.",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mariohahn/MHVideoPhotoGallery.git",
"tag": "v2.2.0"
},
"dependencies": {
"SDWebImage": [
],
"TTTAttributedLabel": [
"1.13.3"
],
"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
}