blob: 02ea9916e6b8240c1dfc7b08c5053d082cb6df5c [file] [log] [blame]
{
"name": "MHVideoPhotoGallery",
"version": "1.6",
"license": "MIT",
"homepage": "https://github.com/mariohahn/MHVideoPhotoGallery",
"authors": {
"Mario Hahn": "mario_hahn@me.com"
},
"summary": "Gallery for iOS 7 Devices.",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mariohahn/MHVideoPhotoGallery.git",
"tag": "v1.6"
},
"dependencies": {
"SDWebImage": [
"~> 3.5.2"
]
},
"frameworks": [
"MessageUI",
"Social",
"ImageIO",
"QuartzCore",
"Accelerate",
"CoreMedia",
"AVFoundation",
"MediaPlayer"
],
"resources": "MHVideoPhotoGallery/MMHVideoPhotoGallery/**/*.{png,bundle}",
"source_files": [
"MHVideoPhotoGallery/MMHVideoPhotoGallery/**/*.{h,m}"
],
"requires_arc": true
}