Skip to content

Commit e568165

Browse files
committed
fix podsepc
1 parent 28d485a commit e568165

File tree

7 files changed

+31
-31
lines changed

7 files changed

+31
-31
lines changed

Example/JXBanner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
PRODUCT_NAME = "$(TARGET_NAME)";
493493
PROVISIONING_PROFILE_SPECIFIER = "";
494494
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
495-
SWIFT_VERSION = 5.0;
495+
SWIFT_VERSION = 4.0;
496496
};
497497
name = Debug;
498498
};
@@ -512,7 +512,7 @@
512512
PRODUCT_NAME = "$(TARGET_NAME)";
513513
PROVISIONING_PROFILE_SPECIFIER = "";
514514
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
515-
SWIFT_VERSION = 5.0;
515+
SWIFT_VERSION = 4.0;
516516
};
517517
name = Release;
518518
};

Example/JXBanner/JXCustomVC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ extension JXCustomVC: JXBannerDelegate {
193193
}
194194

195195
func jxBanner(_ banner: JXBannerType, center index: Int) {
196-
print(index)
196+
// print(index)
197197
}
198198
}
199199

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ EXTERNAL SOURCES:
4545
:path: "../"
4646

4747
SPEC CHECKSUMS:
48-
JXBanner: eeab6aafc3e05b493191ce73322299806a6d9f70
48+
JXBanner: a177a7bf995a7f0f796dd4501182f819afb0b0ca
4949
JXPageControl: eea52838699a4949063e600b25eb9e8b6e20ae3f
5050
SnapKit: fe8a619752f3f27075cc9a90244d75c6c3f27e2a
5151

Example/Pods/Local Podspecs/JXBanner.podspec.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JXBanner.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Pod::Spec.new do |s|
3131

3232

3333
if s.respond_to? 'swift_version'
34-
s.swift_version = "4.0"
34+
s.swift_version = "5.0"
3535
end
3636

3737
if s.respond_to? 'swift_versions'
38-
s.swift_versions = ['4.0', '4.2', '5.0']
38+
s.swift_versions = ['4.2', '5.0']
3939
end
4040

4141
s.subspec 'PageControl' do |ss|

0 commit comments

Comments
 (0)