Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
fix xcodebuild error
Browse files Browse the repository at this point in the history
  • Loading branch information
V committed May 6, 2019
1 parent 743e392 commit b53f4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VGSegment.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/VeinGuo/VGSegment.git", :tag => s.version }
s.source_files = 'VGSegment/**/*.*'
s.source_files = 'VGSegment/**/*.{h,m,swift}'
s.requires_arc = true

end
Expand Down

0 comments on commit b53f4ce

Please sign in to comment.