Skip to content

Commit e30ef09

Browse files
author
David Jonsén
committed
Bumped pod version
1 parent 705f856 commit e30ef09

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

DJSemiModalViewController.podspec

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'DJSemiModalViewController'
11-
s.version = '0.1.1'
11+
s.version = '0.1.2'
1212
s.summary = 'Simple semi modal presentation dialog with stacked content.'
1313

1414
s.description = 'DJSemiModalViewController is a semi modal presentation dialog that grows with it´s added content. DJSemiModalViewController works for iPhone and iPad. The content is added to a UIStackView that is inside of an UIScrollView that adds scroll if needed. DJSemiModalViewController mimic the design of the standard NFC dialog on iPhone.'
@@ -23,11 +23,5 @@ Pod::Spec.new do |s|
2323
s.swift_version = '4.0'
2424

2525
s.source_files = 'DJSemiModalViewController/Classes/**/*'
26-
27-
# s.resource_bundles = {
28-
# 'DJSemiModalViewController' => ['DJSemiModalViewController/Assets/*.png']
29-
# }
3026

31-
# s.public_header_files = 'Pod/Classes/**/*.h'
32-
# s.frameworks = 'UIKit'
3327
end

0 commit comments

Comments
 (0)