Skip to content

Commit fa629da

Browse files
author
Bryan Clark
committed
Update podspec
1 parent 770f3db commit fa629da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SwiftTweaks.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftTweaks"
3-
s.version = "1.1"
3+
s.version = "3.0"
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"
77

88
s.homepage = "https://github.com/Khan/SwiftTweaks"
9-
s.screenshots = "https://raw.githubusercontent.com/Khan/SwiftTweaks/master/Images/SwiftTweaks%20Demo.gif", "https://raw.githubusercontent.com/Khan/SwiftTweaks/master/Images/SwiftTweaks%20Overview.png"
9+
s.screenshots = "https://raw.githubusercontent.com/Khan/SwiftTweaks/master/Images/SwiftTweaks%20Overview.png"
1010

1111
s.license = { :type => "MIT", :file => "LICENSE" }
1212

@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
# s.platform = :ios, "8.0"
1717
s.ios.deployment_target = 8.0
1818

19-
s.source = { :git => "https://github.com/Khan/SwiftTweaks.git", :tag => "v1.0", :submodules => true }
19+
s.source = { :git => "https://github.com/Khan/SwiftTweaks.git", :tag => "v3.0", :submodules => true }
2020
s.source_files = "SwiftTweaks/**/*.swift"
2121
s.resources = "SwiftTweaks/*.xcassets"
2222

0 commit comments

Comments
 (0)