Skip to content

Commit

Permalink
Fixing source directory in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mergesort committed Jan 19, 2020
1 parent 5e1c8d4 commit d749b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slope.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |spec|
spec.version = '1.3.0'
spec.license = { :type => 'MIT' }
spec.authors = { 'Joe Fabisevich' => '[email protected]' }
spec.source_files = 'Source/*.swift'
spec.source_files = 'Sources/Slope/*.swift'
spec.swift_version = '5.1'
spec.homepage = 'https://github.com/mergesort'
spec.source = { :git => 'https://github.com/mergesort/Slope.git', :tag => "#{spec.version}" }
Expand Down

0 comments on commit d749b9a

Please sign in to comment.