Skip to content

Commit

Permalink
Updating podspec to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjclark committed Oct 11, 2018
1 parent fe9986c commit 5ab43cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftTweaks.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftTweaks"
s.version = "4.0"
s.version = "4.0.1"

s.summary = "Tweak your Swift-based app on-device."
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"
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
# s.platform = :ios, "8.0"
s.ios.deployment_target = 8.0

s.source = { :git => "https://github.com/Khan/SwiftTweaks.git", :tag => "v4.0", :submodules => true }
s.source = { :git => "https://github.com/Khan/SwiftTweaks.git", :tag => "v4.0.1", :submodules => true }
s.source_files = "SwiftTweaks/**/*.swift"
s.resources = "SwiftTweaks/*.xcassets"

Expand Down

0 comments on commit 5ab43cf

Please sign in to comment.