Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit 3e7176f

Browse files
committed
修改资源文件路径
1 parent a099810 commit 3e7176f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RKOTextViewManager/RKOTextView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Pod::Spec.new do |s|
2424
s.ios.deployment_target = "7.0"
2525

2626
s.source = { :git => "https://github.com/rakuyoMo/RKOControls.git", :tag => "1.0.0" } # #{s.version}
27-
s.resources = "RKOTools/RKOControl/RKOTextView/*.{png,xib,nib,bundle}"
2827

2928
s.requires_arc = true
3029

3130
s.source_files = "RKOTextViewManager/RKOTextView/RKOTextView/RKOTextView/*.{h,m}"
31+
s.resources = "RKOTextViewManager/RKOTextView/RKOTextView/RKOTextView/*.{png,xib,nib,bundle}"
3232

3333
end

0 commit comments

Comments
 (0)