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 #90 from readium/fixes/podspec-resources
Browse files Browse the repository at this point in the history
added resources to podspec
  • Loading branch information
aferditamuriqi authored Nov 19, 2019
2 parents b6d310b + c6862ea commit 02f34ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R2Navigator.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|

s.name = "R2Navigator"
s.version = "1.2.4"
s.version = "1.2.5"
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.4" }
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :tag => "1.2.5" }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = ['r2-navigator-swift/Resources/**']
s.resources = ['r2-navigator-swift/Resources/**', 'r2-navigator-swift/EPUB/Resources/**']
s.source_files = "r2-navigator-swift/**/*.{m,h,swift}"
s.platform = :ios
s.ios.deployment_target = "10.0"
Expand Down

0 comments on commit 02f34ea

Please sign in to comment.