Skip to content

Commit ad20738

Browse files
authored
Merge pull request #400 from welsonpan/stable
Fix the Swifter.podspec path to the source files
2 parents 70ec292 + 7987f26 commit ad20738

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file. Changes not
2929

3030
## Changed
3131
- 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)
32-
32+
- Podspec source_files updated to match source file directory changes. ([#400](https://github.com/httpswift/swifter/pull/400)) by [@welsonpan](https://github.com/welsonpan)
3333

3434
# [1.4.6]
3535
## Added

Swifter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Pod::Spec.new do |s|
1010
s.osx.deployment_target = "10.9"
1111
s.tvos.deployment_target = "9.0"
1212
s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.6" }
13-
s.source_files = 'Sources/*.{swift}'
13+
s.source_files = 'XCode/Sources/*.{swift}'
1414

15-
end
15+
end

0 commit comments

Comments
 (0)