Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
autresphere committed Mar 26, 2015
1 parent 87b2d0a commit c361ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASMediaFocusManager.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ASMediaFocusManager"
s.version = "0.3"
s.version = "0.4"
s.license = 'MIT'
s.summary = "Animate your iOS image views to fullscreen on a simple tap."
s.authors = {
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/autresphere/ASMediaFocusManager"
s.source = {
:git => "https://github.com/autresphere/ASMediaFocusManager.git",
:tag => "0.3"
:tag => "0.4"
}
s.platform = :ios, '6.0'
s.source_files = 'ASMediaFocusManager/*.{h,m}'
Expand Down

0 comments on commit c361ced

Please sign in to comment.