Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit ab8a788

Browse files
committed
Update podspec
1 parent d5e1595 commit ab8a788

File tree

2 files changed

+5
-56
lines changed

2 files changed

+5
-56
lines changed

KeyboardHelper.podspec

+3-56
Original file line numberDiff line numberDiff line change
@@ -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" => "[email protected]" }
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-
13683
end

KeyboardHelper.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
82B7938F1C64996E00AB8A48 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3636
82B793911C64996E00AB8A48 /* KeyboardAppearanceInfoTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyboardAppearanceInfoTests.swift; sourceTree = "<group>"; };
3737
82B793921C64996E00AB8A48 /* KeyboardHelperTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyboardHelperTests.swift; sourceTree = "<group>"; };
38+
B46CCB632289A25500F801CD /* KeyboardHelper.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; path = KeyboardHelper.podspec; sourceTree = "<group>"; };
3839
/* End PBXFileReference section */
3940

4041
/* Begin PBXFrameworksBuildPhase section */
@@ -59,6 +60,7 @@
5960
275BCA6D1C57C9F800FF3647 = {
6061
isa = PBXGroup;
6162
children = (
63+
B46CCB632289A25500F801CD /* KeyboardHelper.podspec */,
6264
275BCA791C57C9F800FF3647 /* KeyboardHelper */,
6365
275BCA851C57C9F800FF3647 /* KeyboardHelperTests */,
6466
275BCA781C57C9F800FF3647 /* Products */,

0 commit comments

Comments
 (0)