Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
podpsec version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aferditamuriqi committed Nov 19, 2019
1 parent cb214ae commit b6d310b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R2Navigator.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "R2Navigator"
s.version = "1.2.3"
s.version = "1.2.4"
s.license = "BSD 3-Clause License"
s.summary = "R2 Navigator"
s.homepage = "http://readium.github.io"
s.author = { "Aferdita Muriqi" => "[email protected]" }
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :tag => "1.2.3" }
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :tag => "1.2.4" }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = ['r2-navigator-swift/Resources/**']
Expand Down

0 comments on commit b6d310b

Please sign in to comment.