From d29a7c68c7c5947cc7602b282cdc635b5b90e05a Mon Sep 17 00:00:00 2001 From: Shams Ahmed Date: Sat, 1 Oct 2016 14:31:27 +0200 Subject: [PATCH] fixed missing comma in podspec source array Closes #66 --- Mockingjay.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mockingjay.podspec b/Mockingjay.podspec index 3b7ee38..f0859f3 100644 --- a/Mockingjay.podspec +++ b/Mockingjay.podspec @@ -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