Skip to content

Commit 71d09b3

Browse files
author
bryanjclark
committed
Bump version to 4.1.2
1 parent 8655b93 commit 71d09b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftTweaks.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftTweaks"
3-
s.version = "4.1.1"
3+
s.version = "4.1.2"
44

55
s.summary = "Tweak your Swift-based app on-device."
66
s.description = "SwiftTweaks is a way to adjust your Swift-based iOS app on-device without needing to recompile. Read more about it on our blog: http://engineering.khanacademy.org/posts/introducing-swifttweaks.htm"
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515

1616
s.platform = :ios, "10.0"
1717

18-
s.source = { :git => "https://github.com/Khan/SwiftTweaks.git", :tag => "v4.1.1", :submodules => true }
18+
s.source = { :git => "https://github.com/Khan/SwiftTweaks.git", :tag => "v4.1.2", :submodules => true }
1919
s.source_files = "SwiftTweaks/**/*.swift"
2020
s.resources = "SwiftTweaks/*.xcassets"
2121

0 commit comments

Comments
 (0)