Skip to content

Commit 4bd6de9

Browse files
Bump to v1.1.0
1 parent 43a2df4 commit 4bd6de9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

WSAudioKit.podspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
2-
s.name = "WSAudioKit"
3-
s.version = "1.0.0"
4-
s.summary = "Convenient wrapper around AVFoundation & MediaPlayer"
5-
s.homepage = "https://github.com/whitesmith/WSAudioKit"
6-
s.license = 'MIT'
7-
s.author = { "Ricardo Pereira" => "ricardopereira@whitesmith.co" }
8-
s.source = { :git => "https://github.com/whitesmith/WSAudioKit.git", :tag => s.version.to_s }
2+
s.name = "WSAudioKit"
3+
s.version = "1.1.0"
4+
s.summary = "Convenient wrapper around AVFoundation & MediaPlayer"
5+
s.homepage = "https://github.com/whitesmith/WSAudioKit"
6+
s.license = 'MIT'
7+
s.author = { "Ricardo Pereira" => "ricardopereira@whitesmith.co" }
8+
s.source = { :git => "https://github.com/whitesmith/WSAudioKit.git", :tag => s.version.to_s }
99
s.social_media_url = 'https://twitter.com/whitesmithco'
1010
s.platform = :ios, '11.0'
1111
s.requires_arc = true

WSAudioKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
INFOPLIST_FILE = Source/Info.plist;
487487
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
488488
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
489-
MARKETING_VERSION = 1.0.0;
489+
MARKETING_VERSION = 1.1.0;
490490
MTL_ENABLE_DEBUG_INFO = YES;
491491
ONLY_ACTIVE_ARCH = YES;
492492
OTHER_SWIFT_FLAGS = "-D DEBUG";
@@ -543,7 +543,7 @@
543543
INFOPLIST_FILE = Source/Info.plist;
544544
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
545545
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
546-
MARKETING_VERSION = 1.0.0;
546+
MARKETING_VERSION = 1.1.0;
547547
MTL_ENABLE_DEBUG_INFO = NO;
548548
OTHER_SWIFT_FLAGS = "";
549549
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSAudioKit;

0 commit comments

Comments
 (0)