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 #88 from readium/fixes/build-system
Browse files Browse the repository at this point in the history
updated carthage dependency and added swift version to pod spec
  • Loading branch information
aferditamuriqi authored Mar 12, 2019
2 parents 10a4cfd + d1a380c commit 23f117f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
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"
18 changes: 3 additions & 15 deletions r2-streamer-swift.podspec → R2Streamer.podspec
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]" }
Expand All @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down

0 comments on commit 23f117f

Please sign in to comment.