Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Update AttachmentInput.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
daikimat committed Mar 11, 2022
1 parent 6c9aae3 commit dd43da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AttachmentInput.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Pod::Spec.new do |s|
s.screenshots = "https://github.com/cybozu/AttachmentInput/raw/master/AttachmentInput.png"
s.author = { "daiki-m" => "[email protected]" }
s.source = { :git => "https://github.com/cybozu/AttachmentInput.git", :tag => s.version }
s.source_files = "AttachmentInput/**/*.{generated.swift,swift}"
s.resources = "AttachmentInput/**/*.{xib,xcassets,strings}"
s.source_files = "Sources/**/*.{generated.swift,swift}"
s.resources = "Sources/**/*.{xib,xcassets,strings}"
s.dependency "RxSwift"
s.dependency "RxCocoa"
s.dependency "RxDataSources"
Expand Down

0 comments on commit dd43da4

Please sign in to comment.