From 2000f84f25b6ec7c5732dc658e4ff171034ff414 Mon Sep 17 00:00:00 2001 From: batikansosun Date: Sun, 7 Feb 2021 21:28:16 +0300 Subject: [PATCH] updated podspec --- NetGuard.podspec | 6 +++--- NetGuard.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NetGuard.podspec b/NetGuard.podspec index bcc838f..4038df9 100644 --- a/NetGuard.podspec +++ b/NetGuard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "NetGuard" - s.version = "1.6" + s.version = "1.7" s.summary = "Network debugging guard" s.description = <<-DESC A lightweight network debugger. Start network debugging with NetGuard you never miss any request. @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.social_media_url = "https://twitter.com/batikansosun" s.ios.deployment_target = "10.0" s.source = { :git => "https://github.com/batikansosun/NetGuard.git", :branch => "main", :tag => "#{s.version}" } - s.source_files = "NetGuard", "NetGuard/**/*.{h,m,swift,plist}" - s.resources = "NetGuard", "NetGuard/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}" + s.source_files = "NetGuard", "NetGuard/**/*.{h,m,swift}" + #s.resources = "NetGuard", "NetGuard/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}" s.swift_version = "5.0" end diff --git a/NetGuard.xcodeproj/project.pbxproj b/NetGuard.xcodeproj/project.pbxproj index b9e1ab9..8ee848c 100644 --- a/NetGuard.xcodeproj/project.pbxproj +++ b/NetGuard.xcodeproj/project.pbxproj @@ -791,7 +791,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.7; PRODUCT_BUNDLE_IDENTIFIER = com.batikan.NetGuard; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -823,7 +823,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.7; PRODUCT_BUNDLE_IDENTIFIER = com.batikan.NetGuard; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = "";