Skip to content

Commit

Permalink
Podspec version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ap4y committed May 7, 2014
1 parent 72fee18 commit 9dfd85e
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.12"
s.version = "1.0.13"
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.12", :submodules => true }
s.source = { :git => "https://github.com/ap4y/OrigamiEngine.git", :tag => "1.0.13", :submodules => true }
s.default_subspec = 'Core'
s.requires_arc = false
s.ios.deployment_target = '5.0'
Expand Down

0 comments on commit 9dfd85e

Please sign in to comment.