forked from mariohahn/MHVideoPhotoGallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMHVideoPhotoGallery.podspec
More file actions
27 lines (24 loc) · 935 Bytes
/
MHVideoPhotoGallery.podspec
File metadata and controls
27 lines (24 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Pod::Spec.new do |s|
s.name = 'MHVideoPhotoGallery'
s.version = '2.2.0'
s.license = 'MIT'
s.homepage = 'https://github.com/mariohahn/MHVideoPhotoGallery'
s.author = {
'Mario Hahn' => 'mario_hahn@me.com'
}
s.summary = 'Gallery for iOS 9 Devices.'
s.platform = :ios
s.source = {
:git => 'https://github.com/mariohahn/MHVideoPhotoGallery.git',
:tag => 'v2.2.0'
}
s.dependency 'SDWebImage'
s.dependency 'TTTAttributedLabel', '1.13.3'
s.dependency 'Masonry'
s.frameworks = 'MessageUI','Social', 'ImageIO', 'QuartzCore', 'Accelerate','CoreMedia', 'AVFoundation','MediaPlayer'
s.resources = "MHVideoPhotoGallery/MMHVideoPhotoGallery/**/*.{png,bundle}"
s.public_header_files = "MHVideoPhotoGallery/MMHVideoPhotoGallery/**/*.h"
s.source_files = ['MHVideoPhotoGallery/MMHVideoPhotoGallery/**/*.{h,m}']
s.ios.deployment_target = '9.0'
s.requires_arc = true
end