Skip to content

Commit

Permalink
Version bump to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ap4y committed Jul 7, 2013
1 parent 597130b commit 2282b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OrigamiEngine.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "OrigamiEngine"
s.version = "1.0.7"
s.version = "1.0.8"
s.summary = "Lightweight iOS/OSX audio engine with flac, cue, mp3, m4a, m3u support."
s.homepage = "https://github.com/ap4y/OrigamiEngine.git"
s.license = 'MIT'
s.author = { "ap4y" => "lod@pisem.net" }
s.source = { :git => "https://github.com/ap4y/OrigamiEngine.git", :tag => "1.0.7", :submodules => true }
s.source = { :git => "https://github.com/ap4y/OrigamiEngine.git", :tag => "1.0.8", :submodules => true }
s.source_files = 'OrigamiEngine/**/*.{h,m}'

s.ios.deployment_target = '5.0'
Expand Down

0 comments on commit 2282b26

Please sign in to comment.