-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNKModalPresenter.podspec
More file actions
20 lines (18 loc) · 877 Bytes
/
NKModalPresenter.podspec
File metadata and controls
20 lines (18 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'NKModalPresenter'
s.version = '1.7.1'
s.summary = 'Present UIViewController modally'
s.description = <<-DESC
Present UIViewController modally easily and beautifully with animation.
DESC
s.homepage = 'https://github.com/kennic/NKModalPresenter'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Nam Kennic' => 'namkennic@me.com' }
s.source = { :git => 'https://github.com/kennic/NKModalPresenter.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/namkennic'
s.platform = :ios, '9.0'
s.ios.deployment_target = '9.0'
s.swift_version = '4.2'
s.source_files = 'NKModalPresenter/*.swift'
end