From a44e643df48e1f1692e17075608b07d43a5dc407 Mon Sep 17 00:00:00 2001 From: s4cha Date: Sun, 7 Jun 2020 18:22:23 +0200 Subject: [PATCH] Update ws.podspec --- ws.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ws.podspec b/ws.podspec index b7ad7db..f909e51 100644 --- a/ws.podspec +++ b/ws.podspec @@ -1,13 +1,14 @@ Pod::Spec.new do |s| s.name = "ws" - s.version = "5.1.3" s.summary = "Elegant JSON WebService for Swift ☁️" + s.version = "5.1.3" + s.summary = "Elegant JSON WebService for Swift ☁️" s.homepage = "https://github.com/freshOS/ws" s.license = { :type => "MIT", :file => "LICENSE" } s.author = "S4cha" s.source = { :git => "https://github.com/freshOS/ws.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/sachadso' s.ios.deployment_target = "9.0" - s.source_files = "ws/*.{h,m,swift}" + s.source_files = "Sources/ws/*.{h,m,swift}" s.frameworks = "Foundation" s.dependency 'Arrow', '~> 5.1.1' s.dependency 'thenPromise', '~> 5.1.2'