Skip to content

Commit

Permalink
Updating podspec to prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jul 14, 2014
1 parent 1c98bcb commit 45f5690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edn-objc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "edn-objc"
s.version = "0.3.1"
s.version = "0.4"
s.summary = "An edn implementation for Objective-C platforms (i.e. iOS, OSX)."

s.homepage = "https://github.com/benmosher/edn-objc"
Expand All @@ -12,6 +12,6 @@ Pod::Spec.new do |s|

s.license = "EPL v1"
s.author = { "Ben Mosher" => "[email protected]"}
s.source = { :git => "https://github.com/benmosher/edn-objc.git", :tag => "v0.3.1" }
s.source = { :git => "https://github.com/benmosher/edn-objc.git", :tag => "v0.4" }
s.source_files = "edn-objc"
end

0 comments on commit 45f5690

Please sign in to comment.