Skip to content

Commit 00cb8fe

Browse files
committed
no message
1 parent b2c51fe commit 00cb8fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

iOS_Bootstrap.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'iOS_Bootstrap'
11-
s.version = '0.2.1'
11+
s.version = '0.2.2'
1212
s.summary = 'iOS Bootstrap library'
1313

1414
# This description is used to generate tags and improve search results.
@@ -30,6 +30,8 @@ Pod::Spec.new do |s|
3030
s.ios.deployment_target = '9.1'
3131
s.swift_version = '4.0'
3232
s.platform = : iOS, '9.1'
33+
s.swift_version = '3.0'
34+
s.build = s.version
3335

3436
s.source_files = 'iOS_Bootstrap/Classes/**/*'
3537
s.xcconfig = {

0 commit comments

Comments
 (0)