-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from SergeyPetrachkov/master
Update to Swift4.1 and Xcode 9.3
- Loading branch information
Showing
6 changed files
with
607 additions
and
574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "InputKitSwift" | ||
s.version = "1.1.17" | ||
s.version = "1.1.19" | ||
s.summary = "InputKit is an Elegant Kit to limits your input text in Swift, inspired by BlocksKit." | ||
s.homepage = "https://github.com/tingxins/InputKit" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "tingxins" => "tingxins@sina.com" } | ||
s.platform = :ios, "8.0" | ||
s.source = { :git => "https://github.com/tingxins/InputKit.git", :tag => 'v1.1.17' } | ||
s.source = { :git => "https://github.com/tingxins/InputKit.git", :tag => 'v1.1.19' } | ||
s.source_files = 'InputKitSwift/**/*.{swift}' | ||
s.requires_arc = true | ||
end |
Oops, something went wrong.