Skip to content

Commit 914f0d0

Browse files
committed
Experimenting bug fixes new 2
1 parent fdc57e2 commit 914f0d0

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

CapCoreValidator/.DS_Store

0 Bytes
Binary file not shown.

CapCoreValidator/CapCoreValidator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "CapCoreValidator"
4-
spec.version = "1.0.6"
4+
spec.version = "1.0.7"
55
spec.summary = "CapCoreValidator is used to effectively validate your emails."
66
spec.description = "Contains multiple classes to perform email validations in the most streamlined manner."
77
spec.homepage = "https://github.com/archidvignesh/CapCoreValidator"

CapCoreValidator/CapCoreValidator.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
3C2DA1B72BAD7F7746A5F8E8 /* Pods_CapCoreValidator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D27E0CAEFC6B16798F17796 /* Pods_CapCoreValidator.framework */; };
1111
E492F1282A9F82A400311339 /* CapCoreValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = E492F1252A9F82A400311339 /* CapCoreValidator.h */; settings = {ATTRIBUTES = (Public, ); }; };
12-
E492F12F2A9F82B900311339 /* Validator.swift in Sources */ = {isa = PBXBuildFile; fileRef = E492F12E2A9F82B900311339 /* Validator.swift */; };
1312
/* End PBXBuildFile section */
1413

1514
/* Begin PBXFileReference section */
@@ -183,7 +182,6 @@
183182
isa = PBXSourcesBuildPhase;
184183
buildActionMask = 2147483647;
185184
files = (
186-
E492F12F2A9F82B900311339 /* Validator.swift in Sources */,
187185
);
188186
runOnlyForDeploymentPostprocessing = 0;
189187
};

0 commit comments

Comments
 (0)