forked from thiagoperes/IDMPhotoBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IDMPhotoBrowser.podspec
17 lines (17 loc) · 950 Bytes
/
IDMPhotoBrowser.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "IDMPhotoBrowser"
s.summary = "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more."
s.version = "1.8.1"
s.homepage = "https://github.com/ideaismobile/IDMPhotoBrowser"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "Eduardo Callado" => "[email protected]" }
s.source = { :git => "https://github.com/ideaismobile/IDMPhotoBrowser.git", :tag => "1.8.1" }
s.platform = :ios, '7.0'
s.source_files = 'Classes/*.{h,m}'
s.resources = 'Classes/IDMPhotoBrowser.bundle', 'Classes/IDMPBLocalizations.bundle'
s.framework = 'MessageUI', 'QuartzCore', 'SystemConfiguration', 'MobileCoreServices', 'Security'
s.requires_arc = true
s.dependency 'SDWebImage'
s.dependency 'DACircularProgress'
s.dependency 'pop'
end