Skip to content

Commit

Permalink
Fix cocoapods source files in podspec
Browse files Browse the repository at this point in the history
This didn't get updated when we updated the folder structure to work
with Swift Package Manager.
  • Loading branch information
gfontenot committed Nov 7, 2016
1 parent a3872f5 commit 0c5242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Argo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
}
spec.social_media_url = 'http://twitter.com/thoughtbot'
spec.source = { :git => 'https://github.com/thoughtbot/Argo.git', :tag => "v#{spec.version}" }
spec.source_files = 'Argo/**/*.{h,swift}'
spec.source_files = 'Sources/**/*.{h,swift}'

spec.dependency 'Runes', '>= 4.0.0'

Expand Down

0 comments on commit 0c5242b

Please sign in to comment.