Skip to content

Commit

Permalink
Release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonGilabert committed Mar 14, 2016
1 parent 19cf4af commit 097a0d8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Morgan.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Morgan"
s.summary = "A short description of Morgan."
s.version = "0.1.0"
s.summary = "A set of handy animations for your app."
s.version = "0.9"
s.homepage = "https://github.com/RamonGilabert/Morgan"
s.license = 'MIT'
s.author = { "Ramon Gilabert" => "[email protected]" }
Expand All @@ -12,11 +12,8 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/RamonGilabert'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'

s.requires_arc = true
s.ios.source_files = 'Sources/*'

s.dependency 'Walker'

end

0 comments on commit 097a0d8

Please sign in to comment.