Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suguru committed Oct 12, 2016
1 parent b01fdbd commit 3094cd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
3.0
10 changes: 5 additions & 5 deletions Cheetah.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Cheetah"
s.version = "0.3.0"
s.version = "0.4.0"
s.summary = "Easy animation library on iOS with Swift 2.0"

s.description = <<-DESC
Expand All @@ -14,13 +14,13 @@ Pod::Spec.new do |s|
s.author = { "Suguru Namura" => "snamura@gmail.com" }
s.platform = :ios, "8.0"

# When using multiple platforms
# s.ios.deployment_target = "8.0"
# s.tvos.deployment_target = "9.0"
# When using multiple platforms
# s.ios.deployment_target = "8.0"
# s.tvos.deployment_target = "9.0"
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"

s.source = { :git => "https://github.com/suguru/Cheetah.git", :tag => "0.3.0" }
s.source = { :git => "https://github.com/suguru/Cheetah.git", :tag => "0.4.0" }

s.source_files = "Classes", "Cheetah/*.swift"

Expand Down

0 comments on commit 3094cd9

Please sign in to comment.