Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
batikansosun committed Feb 7, 2021
1 parent c2ebadb commit 2000f84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NetGuard.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
4 changes: 2 additions & 2 deletions NetGuard.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand Down

0 comments on commit 2000f84

Please sign in to comment.