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.3 .0'
3+ s . version = '0.4 .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 806806 "@executable_path/Frameworks",
807807 "@loader_path/Frameworks",
808808 );
809- MARKETING_VERSION = 0.3 .0;
809+ MARKETING_VERSION = 0.4 .0;
810810 OTHER_LDFLAGS = "-ObjC";
811811 PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
812812 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
836836 "@executable_path/Frameworks",
837837 "@loader_path/Frameworks",
838838 );
839- MARKETING_VERSION = 0.3 .0;
839+ MARKETING_VERSION = 0.4 .0;
840840 OTHER_LDFLAGS = "-ObjC";
841841 PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
842842 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
You can’t perform that action at this time.
0 commit comments