We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237cf6a commit c04d8e8Copy full SHA for c04d8e8
VITimelineView.podspec
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
s.platform = :ios, '9.0'
14
15
s.source = { :git => 'https://github.com/VideoFlint/VITimelineView.git', :tag => s.version.to_s }
16
- s.source_files = ['VITimelineViewDemo/Sources/**/*.{h,m}']
+ s.source_files = ['VITimelineViewDemo/Source/**/*.{h,m}']
17
18
s.requires_arc = true
19
0 commit comments