@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s . name = "KeyboardHelper"
19
- s . version = "1 .0.0"
19
+ s . version = "3 .0.0"
20
20
s . summary = "Handle UIKeyboard with ease, delegation and strongly typed user info included!"
21
21
22
22
# This description is used to generate tags and improve search results.
@@ -29,8 +29,6 @@ Pod::Spec.new do |s|
29
29
DESC
30
30
31
31
s . homepage = "https://github.com/nodes-ios/KeyboardHelper"
32
- # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
33
-
34
32
35
33
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
36
34
#
@@ -40,8 +38,6 @@ Pod::Spec.new do |s|
40
38
#
41
39
42
40
s . license = "MIT"
43
- # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
44
-
45
41
46
42
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
47
43
#
@@ -54,23 +50,15 @@ Pod::Spec.new do |s|
54
50
#
55
51
56
52
s . author = { "Nodes Agency - iOS" => "[email protected] " }
57
- s . social_media_url = "http://twitter.com/nodes_ios"
58
53
59
54
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
60
55
#
61
56
# If this Pod runs only on iOS or OS X, then specify the platform and
62
57
# the deployment target. You can optionally include the target after the platform.
63
58
#
64
59
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"
74
62
75
63
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
76
64
#
@@ -80,7 +68,6 @@ Pod::Spec.new do |s|
80
68
81
69
s . source = { :git => "https://github.com/nodes-ios/KeyboardHelper.git" , :tag => s . version }
82
70
83
-
84
71
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
85
72
#
86
73
# CocoaPods is smart about how it includes source code. For source files
@@ -91,46 +78,6 @@ Pod::Spec.new do |s|
91
78
92
79
s . source_files = "KeyboardHelper/Classes"
93
80
# s.exclude_files = "Classes/Exclude"
94
-
95
81
# s.public_header_files = "KeyboardHelper/Supporting Files/*.h"
96
82
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
-
136
83
end
0 commit comments