forked from CodeEagle/SSImageBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSSImageBrowser.podspec
33 lines (31 loc) · 1.86 KB
/
SSImageBrowser.podspec
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
28
29
30
31
32
33
#
# Be sure to run `pod lib lint SSImageBrowser.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "SSImageBrowser"
s.version = "2.0.5"
s.summary = "IDMPhotoBrowser in Swift"
s.description = <<-DESC
IDMPhotoBrowser in Swift
Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
DESC
s.homepage = "https://github.com/CodeEagle/SSImageBrowser"
s.screenshots = "https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss1.png", "https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss2.png","https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss3.png","https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss4.png","https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss5.png"
s.license = 'MIT'
s.author = { "CodeEagle" => "[email protected]" }
s.source = { :git => "https://github.com/CodeEagle/SSImageBrowser.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/_SelfStudio'
s.platform = :ios, '8.0'
s.requires_arc = true
s.resources = 'Source/IDMPhotoBrowser.bundle', 'Source/IDMPBLocalizations.bundle'
s.source_files = 'Source/*.swift'
s.frameworks = 'MessageUI', 'QuartzCore', 'SystemConfiguration', 'MobileCoreServices', 'Security', 'Photos'
s.dependency 'pop'
s.dependency 'DACircularProgress'
s.dependency 'SDWebImage'
end