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 = '1.2.2 '
3+ s . version = '1.2.3 '
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 833833 "@executable_path/Frameworks",
834834 "@loader_path/Frameworks",
835835 );
836- MARKETING_VERSION = 1.2.2 ;
836+ MARKETING_VERSION = 1.2.3 ;
837837 OTHER_LDFLAGS = "-ObjC";
838838 PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
839839 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
865865 "@executable_path/Frameworks",
866866 "@loader_path/Frameworks",
867867 );
868- MARKETING_VERSION = 1.2.2 ;
868+ MARKETING_VERSION = 1.2.3 ;
869869 OTHER_LDFLAGS = "-ObjC";
870870 PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
871871 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
You can’t perform that action at this time.
0 commit comments