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

Commit 02f34ea

Browse files
Merge pull request #90 from readium/fixes/podspec-resources
added resources to podspec
2 parents b6d310b + c6862ea commit 02f34ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R2Navigator.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22

33
s.name = "R2Navigator"
4-
s.version = "1.2.4"
4+
s.version = "1.2.5"
55
s.license = "BSD 3-Clause License"
66
s.summary = "R2 Navigator"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" }
9-
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :tag => "1.2.4" }
9+
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :tag => "1.2.5" }
1010
s.exclude_files = ["**/Info*.plist"]
1111
s.requires_arc = true
12-
s.resources = ['r2-navigator-swift/Resources/**']
12+
s.resources = ['r2-navigator-swift/Resources/**', 'r2-navigator-swift/EPUB/Resources/**']
1313
s.source_files = "r2-navigator-swift/**/*.{m,h,swift}"
1414
s.platform = :ios
1515
s.ios.deployment_target = "10.0"

0 commit comments

Comments
 (0)