forked from thiagoperes/IDMPhotoBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IDMPhotoBrowser.podspec
17 lines (17 loc) · 949 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.3.2"
s.homepage = "https://github.com/ideaismobile/IDMPhotoBrowser"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "Ideais Mobile" => "[email protected]" }
s.source = { :git => "https://github.com/ideaismobile/IDMPhotoBrowser.git", :tag => "1.3.2" }
s.platform = :ios, '7.0'
s.source_files = 'Classes/*.{h,m}'
s.resources = 'Classes/IDMPhotoBrowser.bundle'
s.framework = 'MessageUI', 'QuartzCore', 'SystemConfiguration', 'MobileCoreServices', 'Security'
s.requires_arc = true
s.dependency 'AFNetworking', '~> 2.0.2'
s.dependency 'DACircularProgress', '~> 2.1.0'
s.dependency 'SVProgressHUD', '~> 1.0'
end