@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616 #
1717
1818 s . name = "KeyboardHelper"
19- s . version = "1 .0.0"
19+ s . version = "3 .0.0"
2020 s . summary = "Handle UIKeyboard with ease, delegation and strongly typed user info included!"
2121
2222 # This description is used to generate tags and improve search results.
@@ -29,8 +29,6 @@ Pod::Spec.new do |s|
2929 DESC
3030
3131 s . homepage = "https://github.com/nodes-ios/KeyboardHelper"
32- # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
33-
3432
3533 # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3634 #
@@ -40,8 +38,6 @@ Pod::Spec.new do |s|
4038 #
4139
4240 s . license = "MIT"
43- # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
44-
4541
4642 # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4743 #
@@ -54,23 +50,15 @@ Pod::Spec.new do |s|
5450 #
5551
5652 s . author = { "Nodes Agency - iOS" => "ios@nodes.dk" }
57- s . social_media_url = "http://twitter.com/nodes_ios"
5853
5954 # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
6055 #
6156 # If this Pod runs only on iOS or OS X, then specify the platform and
6257 # the deployment target. You can optionally include the target after the platform.
6358 #
6459
65- s . platform = :ios
66- # s.platform = :ios, "5.0"
67-
68- # When using multiple platforms
69- s . ios . deployment_target = "8.0"
70- # s.osx.deployment_target = "10.7"
71- # s.watchos.deployment_target = "2.0"
72- # s.tvos.deployment_target = "9.0"
73-
60+ s . platform = :ios , "8.0"
61+ s . swift_version = "5.0"
7462
7563 # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
7664 #
@@ -80,7 +68,6 @@ Pod::Spec.new do |s|
8068
8169 s . source = { :git => "https://github.com/nodes-ios/KeyboardHelper.git" , :tag => s . version }
8270
83-
8471 # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
8572 #
8673 # CocoaPods is smart about how it includes source code. For source files
@@ -91,46 +78,6 @@ Pod::Spec.new do |s|
9178
9279 s . source_files = "KeyboardHelper/Classes"
9380 # s.exclude_files = "Classes/Exclude"
94-
9581 # s.public_header_files = "KeyboardHelper/Supporting Files/*.h"
9682
97-
98- # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
99- #
100- # A list of resources included with the Pod. These are copied into the
101- # target bundle with a build phase script. Anything else will be cleaned.
102- # You can preserve files from being cleaned, please don't preserve
103- # non-essential files like tests, examples and documentation.
104- #
105-
106- # s.resource = "icon.png"
107- # s.resources = "Resources/*.png"
108-
109- # s.preserve_paths = "FilesToSave", "MoreFilesToSave"
110-
111-
112- # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
113- #
114- # Link your library with frameworks, or libraries. Libraries do not include
115- # the lib prefix of their name.
116- #
117-
118- # s.framework = "SomeFramework"
119- # s.frameworks = "SomeFramework", "AnotherFramework"
120-
121- # s.library = "iconv"
122- # s.libraries = "iconv", "xml2"
123-
124-
125- # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
126- #
127- # If your library depends on compiler flags you can set them in the xcconfig hash
128- # where they will only apply to your library. If you depend on other Podspecs
129- # you can include multiple dependencies to ensure it works.
130-
131- # s.requires_arc = true
132-
133- # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
134- # s.dependency "JSONKit", "~> 1.4"
135-
13683end
0 commit comments