Skip to content

Commit

Permalink
Merge pull request #400 from welsonpan/stable
Browse files Browse the repository at this point in the history
Fix the Swifter.podspec path to the source files
  • Loading branch information
Vkt0r authored Apr 25, 2019
2 parents 70ec292 + 7987f26 commit ad20738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file. Changes not

## Changed
- Performance: Batch reads of websocket payloads rather than reading byte-by-byte. ([#387](https://github.com/httpswift/swifter/pull/387)) by [@lynaghk](https://github.com/lynaghk)

- Podspec source_files updated to match source file directory changes. ([#400](https://github.com/httpswift/swifter/pull/400)) by [@welsonpan](https://github.com/welsonpan)

# [1.4.6]
## Added
Expand Down
4 changes: 2 additions & 2 deletions Swifter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.9"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.6" }
s.source_files = 'Sources/*.{swift}'
s.source_files = 'XCode/Sources/*.{swift}'

end
end

0 comments on commit ad20738

Please sign in to comment.