Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
wickwirew committed Jan 4, 2018
1 parent 3aac2b0 commit c98c8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Runtime.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "Runtime"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "Runtime"
s.description = <<-DESC
Runtime abilities for native swift objects.
Expand All @@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = { "Wesley Wickwire" => "[email protected]" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/wickwirew/Runtime.git", :tag => "0.2.0" }
s.source = { :git => "https://github.com/wickwirew/Runtime.git", :tag => "0.3.0" }
s.source_files = 'Runtime/**/*.swift'
end

0 comments on commit c98c8bd

Please sign in to comment.