-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathJFImageSavePanel.podspec
More file actions
22 lines (19 loc) · 1006 Bytes
/
JFImageSavePanel.podspec
File metadata and controls
22 lines (19 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "JFImageSavePanel"
s.version = "1.0.4"
s.summary = "NSSavePanel wrapper for image save dialogs"
s.description = "An NSSavePanel wrapper for use with images, similar to Preview.app. Includes image type selector and, where applicable, output quality settings"
s.homepage = "https://github.com/jaz303/JFImageSavePanel"
s.screenshots = "https://github.com/sebj/JFImageSavePanel/raw/master/screenshot.png"
s.license = 'MIT'
s.author = { "Jason Frame" => "jason@onehackoranother.com" }
s.source = { :git => "https://github.com/jaz303/JFImageSavePanel.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/jaz303'
s.platform = :osx
s.requires_arc = true
s.source_files = 'Pod/Classes'
s.resources = ['Pod/Assets/*.xib']
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end