Skip to content

Commit 0cb53e5

Browse files
committed
Fixed the minimum deployment target
1 parent 33ab099 commit 0cb53e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StompClientLib.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'StompClientLib'
11-
s.version = '0.1.3'
11+
s.version = '0.1.4'
1212
s.summary = 'Simple STOMP Client library, Swift 3 compatible'
1313

1414
# This description is used to generate tags and improve search results.
@@ -28,7 +28,7 @@ Simple STOMP Client library, Swift 3 compatible. STOMP Protocol let the program
2828
s.source = { :git => 'https://github.com/wrathchaos/StompClientLib.git', :tag => s.version.to_s }
2929
s.social_media_url = 'https://twitter.com/freakycodercom'
3030

31-
s.ios.deployment_target = '10.0'
31+
s.ios.deployment_target = '8.0'
3232

3333
s.source_files = 'StompClientLib/Classes/**/*'
3434

0 commit comments

Comments
 (0)