Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aabanaag committed Nov 16, 2020
1 parent 31bce8a commit b4ecb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KAPinField.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'KAPinField'
s.version = '5.0.3'
s.version = '5.0.4'
s.summary = 'Lightweight, highly customizable Pin Code Field library for iOS, written in Swift'
s.homepage = 'https://github.com/kirualex/KAPinField'
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Alexis Creuzot" => "alexis.creuzot@gmail.com" }
s.source = { :git => "https://github.com/kirualex/KAPinField.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/aabanaag/KAPinField.git", :tag => s.version.to_s }
s.platform = :ios, '9.0'
s.source_files = '**/KAPinField.swift'
end

0 comments on commit b4ecb86

Please sign in to comment.