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 #64 from readium/fixes/podspec
Browse files Browse the repository at this point in the history
updated podspec
  • Loading branch information
aferditamuriqi authored Nov 8, 2019
2 parents eda5d0c + 2451a39 commit 697c818
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions ReadiumLCP.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Pod::Spec.new do |s|

s.name = "ReadiumLCP"
s.version = "1.0.5"
s.summary = "Readium LCP"
s.homepage = "http://readium.github.io"
s.license = "BSD 3-Clause License"
s.author = { "Aferdita Muriqi" => "[email protected]" }
s.platform = :ios
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/readium/r2-lcp-swift.git", :branch => "develop" }
s.source_files = "readium-lcp-swift/**/*.{m,mm,h,swift}"
s.exclude_files = ["**/Info*.plist","**/Carthage/*"]
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/ReadiumLCP/**"' ,
'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
s.swift_version = "4.2"

s.name = "ReadiumLCP"
s.version = "1.2.0"
s.license = "BSD 3-Clause License"
s.summary = "Readium LCP"
s.homepage = "http://readium.github.io"
s.author = { "Aferdita Muriqi" => "[email protected]" }
s.source = { :git => "https://github.com/readium/r2-lcp-swift.git", :branch => "develop" }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = ['readium-lcp-swift/Resources/**']
s.source_files = "readium-lcp-swift/**/*.{m,h,swift}"
s.platform = :ios
s.ios.deployment_target = "10.0"
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
s.dependency 'R2Shared'
s.dependency 'R2LCPClient'

Expand Down

0 comments on commit 697c818

Please sign in to comment.