-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDialogView.podspec
More file actions
34 lines (28 loc) · 1.38 KB
/
DialogView.podspec
File metadata and controls
34 lines (28 loc) · 1.38 KB
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
34
#
# Be sure to run `pod lib lint DialogView.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "DialogView"
s.version = "0.2.0"
s.summary = "Highly customisable dialog (alert) view made in swift."
s.description = "You can customise pretty much anything prom inner paddings and margins to all colors and views. Please refer to the README.md for instructions"
s.homepage = "https://github.com/manGoweb/DialogView"
s.screenshots = "https://raw.githubusercontent.com/manGoweb/DialogView/master/_orig/screenshot1.jpg", "https://raw.githubusercontent.com/manGoweb/DialogView/master/_orig/screenshot2.jpg"
s.license = 'MIT'
s.author = { "Ondrej Rafaj" => "rafaj@mangoweb.cz" }
s.source = { :git => "https://github.com/manGoweb/DialogView.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/rafiki270'
s.platform = :ios, '8.3'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
# s.resource_bundles = {
# 'DialogView' => ['Pod/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'SnapKit', '~> 3.0'
end