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

Commit

Permalink
Merge pull request #80 from readium/develop
Browse files Browse the repository at this point in the history
updated pod spec
  • Loading branch information
aferditamuriqi authored Jan 13, 2020
2 parents dcd37d8 + cb2420f commit 0e571e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R2Shared.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = 'R2Shared'
s.version = '1.4.1'
s.version = '1.4.3'
s.license = 'BSD 3-Clause License'
s.summary = 'R2 Shared'
s.homepage = 'http://readium.github.io'
s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" }
s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :tag => '1.4.1' }
s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :tag => '1.4.3' }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = ['r2-shared-swift/Resources/**']
Expand Down

0 comments on commit 0e571e0

Please sign in to comment.