Compare commits

...

1 Commits

Author SHA1 Message Date
Syed Haris Ali 80f4d92165 fixed homepage 2015-06-26 01:51:42 -07:00
+1 -1
View File
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "EZAudio"
s.version = "0.1.0"
s.summary = "A simple, intuitive audio framework for iOS and OSX useful for anyone doing audio processing and/or audio-based visualizations."
s.homepage = "http://syedharisali.com/projects/EZAudio/getting-started"
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" => "syedhali07@gmail.com" }