Skip to content

Commit

Permalink
fixed missing comma in podspec source array
Browse files Browse the repository at this point in the history
Closes #67
  • Loading branch information
shams-ahmed authored and kylef committed Oct 7, 2016
1 parent 0bdde6b commit 75c3b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mockingjay.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
core_spec.source_files = 'Mockingjay/Mockingjay.{h,swift}',
'Mockingjay/MockingjayProtocol.swift',
'Mockingjay/{Matchers,Builders}.swift',
'Mockingjay/NSURLSessionConfiguration.swift'
'Mockingjay/NSURLSessionConfiguration.swift',
'Mockingjay/MockingjayURLSessionConfiguration.m'
end

Expand Down

0 comments on commit 75c3b36

Please sign in to comment.