File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11Pod ::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
Original file line number Diff line number Diff line change 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";
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;
You can’t perform that action at this time.
0 commit comments