File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'AudioStreaming'
3- s . version = '0.7 .0'
3+ s . version = '0.8 .0'
44 s . license = 'MIT'
55 s . summary = 'An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.'
66 s . homepage = 'https://github.com/dimitris-c/AudioStreaming'
Original file line number Diff line number Diff line change 811811 "@executable_path/Frameworks",
812812 "@loader_path/Frameworks",
813813 );
814- MARKETING_VERSION = 0.7 .0;
814+ MARKETING_VERSION = 0.8 .0;
815815 OTHER_LDFLAGS = "-ObjC";
816816 PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
817817 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
842842 "@executable_path/Frameworks",
843843 "@loader_path/Frameworks",
844844 );
845- MARKETING_VERSION = 0.7 .0;
845+ MARKETING_VERSION = 0.8 .0;
846846 OTHER_LDFLAGS = "-ObjC";
847847 PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
848848 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
You can’t perform that action at this time.
0 commit comments