Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eaaac59ef4 | |||
| 413afb2ae1 | |||
| 6434886371 | |||
| 9cbe71d2b4 | |||
| 2a587c2f8a | |||
| 421a50d591 | |||
| 31ee80fa8b | |||
| 44acae2d17 | |||
| aba2336698 | |||
| 8787f9b7b5 | |||
| 678c0e159a | |||
| 95142492cf | |||
| cf7c66fa9e | |||
| 458a59c497 | |||
| ee42a3bb12 | |||
| e2867ed343 | |||
| b91ed7cd89 | |||
| 214e58859e |
@@ -10,7 +10,6 @@ xcuserdata/
|
||||
*.xccheckout
|
||||
|
||||
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
|
||||
**/.DS_Store
|
||||
build/
|
||||
DerivedData/
|
||||
*.moved-aside
|
||||
@@ -89,5 +88,3 @@ fastlane/test_output
|
||||
# https://github.com/johnno1962/injectionforxcode
|
||||
|
||||
iOSInjectionProject/
|
||||
/.DS_Store
|
||||
/AudioExample/AudioExample/.DS_Store
|
||||
|
||||
Vendored
BIN
Binary file not shown.
@@ -1,13 +1,13 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'AudioStreaming'
|
||||
s.version = '1.2.0'
|
||||
s.version = '1.1.0'
|
||||
s.license = 'MIT'
|
||||
s.summary = 'An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.'
|
||||
s.homepage = 'https://github.com/dimitris-c/AudioStreaming'
|
||||
s.authors = { 'Dimitris C.' => 'dimmdesign@gmail.com' }
|
||||
s.source = { :git => 'https://github.com/dimitris-c/AudioStreaming.git', :tag => s.version }
|
||||
|
||||
s.ios.deployment_target = '13.0'
|
||||
s.ios.deployment_target = '12.0'
|
||||
|
||||
s.swift_versions = ['5.1', '5.2', '5.3']
|
||||
|
||||
|
||||
@@ -831,7 +831,7 @@
|
||||
"@executable_path/Frameworks",
|
||||
"@loader_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.2.0;
|
||||
MARKETING_VERSION = 1.1.0;
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
@@ -862,7 +862,7 @@
|
||||
"@executable_path/Frameworks",
|
||||
"@loader_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.2.0;
|
||||
MARKETING_VERSION = 1.1.0;
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
|
||||
Reference in New Issue
Block a user