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 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'AudioStreaming'
3
- s . version = '1.2.4 '
3
+ s . version = '1.2.5 '
4
4
s . license = 'MIT'
5
5
s . summary = 'An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.'
6
6
s . homepage = 'https://github.com/dimitris-c/AudioStreaming'
Original file line number Diff line number Diff line change 833
833
"@executable_path/Frameworks",
834
834
"@loader_path/Frameworks",
835
835
);
836
- MARKETING_VERSION = 1.2.4 ;
836
+ MARKETING_VERSION = 1.2.5 ;
837
837
OTHER_LDFLAGS = "-ObjC";
838
838
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
839
839
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
865
865
"@executable_path/Frameworks",
866
866
"@loader_path/Frameworks",
867
867
);
868
- MARKETING_VERSION = 1.2.4 ;
868
+ MARKETING_VERSION = 1.2.5 ;
869
869
OTHER_LDFLAGS = "-ObjC";
870
870
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
871
871
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
You can’t perform that action at this time.
0 commit comments