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

Commit

Permalink
Restore Podspec (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
openm1nd authored Apr 13, 2021
1 parent 338405f commit dfaa0b7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions R2Navigator.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|

s.name = "R2Navigator"
s.version = "2.0.0-beta.1"
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", :branch => "develop" }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
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"
s.dependency 'R2Shared'
s.dependency 'SwiftSoup', '~> 2.3'

end

0 comments on commit dfaa0b7

Please sign in to comment.