Skip to content

Commit 0a5b8d6

Browse files
committed
New podspec
1 parent ba521b4 commit 0a5b8d6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/StompClientLib.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@
488488
ONLY_ACTIVE_ARCH = YES;
489489
SDKROOT = iphoneos;
490490
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
491+
SWIFT_VERSION = 5.0;
491492
};
492493
name = Debug;
493494
};
@@ -536,6 +537,7 @@
536537
MTL_ENABLE_DEBUG_INFO = NO;
537538
SDKROOT = iphoneos;
538539
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
540+
SWIFT_VERSION = 5.0;
539541
VALIDATE_PRODUCT = YES;
540542
};
541543
name = Release;

StompClientLib.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
1010
s.name = 'StompClientLib'
1111
s.version = '1.3.0'
1212
s.summary = 'Simple STOMP Client library. Swift 3, 4, 4.2, 5 compatible'
13+
s.swift_version = '4.0', '4.2', '5.0'
1314

1415
# This description is used to generate tags and improve search results.
1516
# * Think: What does it do? Why did you write it? What is the focus?
@@ -22,13 +23,13 @@ Simple STOMP Client library, Swift 3, 4, 4.2, 5 compatible. STOMP Protocol let t
2223
DESC
2324

2425
s.homepage = 'https://github.com/wrathchaos/StompClientLib'
25-
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26+
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2627
s.license = { :type => 'MIT', :file => 'LICENSE' }
2728
s.author = { 'FreakyCoder' => 'kurayogun@gmail.com' }
2829
s.source = { :git => 'https://github.com/wrathchaos/StompClientLib.git', :tag => s.version.to_s }
2930
s.social_media_url = 'https://twitter.com/freakycodercom'
3031

31-
s.ios.deployment_target = '8.0'
32+
s.ios.deployment_target = '9.0'
3233

3334
s.source_files = 'StompClientLib/Classes/**/*'
3435

0 commit comments

Comments
 (0)