This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from readium/fixes/build-system
updated carthage dependency and added swift version to pod spec
- Loading branch information
Showing
3 changed files
with
5 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
github "cezheng/Fuzi" "2.1.0" | ||
github "dexman/Minizip" "1.4.0" | ||
github "krzyzanowskim/CryptoSwift" "0.14.0" | ||
github "readium/r2-shared-swift" "d9f2321cc55e17cbe3fe9031515f51a38751449a" | ||
github "readium/r2-shared-swift" "678dbfede1e24ea5b924955176a331206b1a4450" | ||
github "swisspol/GCDWebServer" "3.5.2" | ||
github "tadija/AEXML" "4.3.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,8 @@ | ||
# | ||
# Be sure to run `pod spec lint r2-streamer-swift.podspec' to ensure this is a | ||
# valid spec and to remove all comments including this before submitting the spec. | ||
# | ||
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html | ||
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ | ||
# | ||
|
||
Pod::Spec.new do |s| | ||
|
||
s.name = "R2Streamer" | ||
s.version = "1.0.6" | ||
s.name = "R2Streamer" | ||
s.version = "1.0.7" | ||
s.summary = "R2 Streamer" | ||
s.description = <<-DESC | ||
R2 Streamer | ||
DESC | ||
s.homepage = "http://readium.github.io" | ||
s.license = "BSD 3-Clause License" | ||
s.author = { "Aferdita Muriqi" => "[email protected]" } | ||
|
@@ -22,10 +11,9 @@ Pod::Spec.new do |s| | |
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :branch => "develop" } | ||
s.source_files = ["R2Streamer/**/*.{m,h,swift}", "Sources/**/*.{m,h,swift}"] | ||
s.exclude_files = ["**/Info*.plist","**/Carthage/*"] | ||
s.preserve_paths = 'R2Streamer.framework' | ||
s.vendored_frameworks = 'R2Streamer.framework' | ||
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/R2Streamer/**"' , | ||
'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'} | ||
s.swift_version = "4.2" | ||
|
||
s.libraries = 'z' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters