-
Notifications
You must be signed in to change notification settings - Fork 826
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
522 changed files
with
13,263 additions
and
17,628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "EZAudio" | ||
s.version = "1.1.2" | ||
s.version = "1.1.4" | ||
s.summary = "A simple, intuitive audio framework for iOS and OSX useful for anyone doing audio processing and/or audio-based visualizations." | ||
s.homepage = "https://github.com/syedhali/EZAudio" | ||
s.screenshots = "https://s3-us-west-1.amazonaws.com/ezaudio-media/EZAudioSummary.png" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Syed Haris Ali" => "[email protected]" } | ||
s.ios.deployment_target = '6.0' | ||
s.ios.deployment_target = '8.0' | ||
s.osx.deployment_target = '10.8' | ||
s.source = { :git => "https://github.com/syedhali/EZAudio.git", :tag => s.version } | ||
s.exclude_files = [ 'EZAudio/VERSION', 'EZAudio/TPCircularBuffer.{h,c}' ] | ||
|
@@ -19,7 +19,7 @@ Pod::Spec.new do |s| | |
end | ||
|
||
s.subspec 'Full' do |full| | ||
full.dependency 'TPCircularBuffer', '~> 1.1' | ||
full.dependency 'TPCircularBuffer', '1.1' | ||
full.dependency 'EZAudio/Core' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.