Skip to content

Commit 9215cf9

Browse files
committed
refactor: moved source code files into SPM structure
1 parent d0f7790 commit 9215cf9

8 files changed

Lines changed: 3 additions & 3 deletions

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
targets: [
2020
.target(name: "TPPDFAsync", dependencies: [
2121
"TPPDF"
22-
], path: "Sources"),
22+
]),
2323
//dev .testTarget(name: "TPPDFAsyncTests", dependencies: [
2424
//dev "TPPDFAsync",
2525
//dev "Quick",
File renamed without changes.
File renamed without changes.
File renamed without changes.

Sources/PDFAsyncMultiDocumentGenerator+Combine.swift renamed to Sources/TPPDFAsync/PDFAsyncMultiDocumentGenerator+Combine.swift

File renamed without changes.

Sources/PDFAsyncMultiDocumentGenerator+Dispatch.swift renamed to Sources/TPPDFAsync/PDFAsyncMultiDocumentGenerator+Dispatch.swift

File renamed without changes.
File renamed without changes.

TPPDFAsync.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Pod::Spec.new do |s|
99

1010
s.homepage = 'https://github.com/techprimate/TPPDFAsync'
1111
s.license = { :type => 'MIT', :file => 'LICENSE' }
12-
s.author = { 'Philip Niedertscheider' => 'dev@philpri.me' }
12+
s.author = { 'Philip Niedertscheider' => 'phil@techprimate.com' }
1313
s.source = { :git => 'https://github.com/techprimate/TPPDFAsync.git', :tag => s.version.to_s }
1414
s.social_media_url = 'https://twitter.com/techprimate'
1515

1616
s.ios.deployment_target = '13.0'
1717

18-
s.source_files = 'Sources/**/*'
18+
s.source_files = 'Sources/TPPDFAsync/**/*'
1919
s.framework = "Combine"
2020
s.dependency 'TPPDF'
2121
s.swift_version = '5.2'

0 commit comments

Comments
 (0)