Skip to content

Commit 3ff3131

Browse files
authored
bump podspec version to create new release (#7)
1 parent 0a1df82 commit 3ff3131

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Caishen.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Caishen"
11-
s.version = "2.3.0"
11+
s.version = "2.4.0"
1212
s.summary = "A Payment Card UI & Validator for iOS"
1313

1414
# This description is used to generate tags and improve search results.
@@ -25,9 +25,9 @@ Pod::Spec.new do |s|
2525
s.author = { "Daniel Vancura" => "[email protected]" }
2626
s.source = { :git => "https://github.com/Glovo/caishen.git", :tag => s.version.to_s }
2727

28-
s.platform = :ios, '8.0'
28+
s.platform = :ios, '15.0'
2929
s.requires_arc = true
30-
s.swift_version = '4.2'
30+
s.swift_version = '5.1'
3131

3232
s.source_files = 'Pod/Classes/**/*'
3333
s.resources = ['Pod/Assets/*', 'Pod/Resources/*']

0 commit comments

Comments
 (0)