Skip to content

Commit 4cc200a

Browse files
authored
update 4.0.0
1 parent 99518b7 commit 4cc200a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TPTweak.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "TPTweak"
3-
spec.version = "3.1.1"
3+
spec.version = "4.0.0"
44
spec.summary = "TPTweak is a debugging tool to help adjust your iOS app on the fly without recompile"
55

66
spec.license = { :type => "Apache 2.0", :file => "LICENSE.md" }
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010

1111
spec.platform = :ios, "11.0"
1212
spec.swift_versions = ["5.4"]
13-
spec.source = { :git => "https://github.com/tokopedia/ios-tptweak.git", :tag => "#{spec.version}" }
13+
spec.source = { :git => "https://github.com/wendyliga/ios-tptweak.git", :tag => "#{spec.version}" }
1414
spec.source_files = "Sources/TPTweak/**/*.swift"
1515
spec.default_subspec = "Core"
1616

0 commit comments

Comments
 (0)