We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99518b7 commit 4cc200aCopy full SHA for 4cc200a
1 file changed
TPTweak.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "TPTweak"
3
- spec.version = "3.1.1"
+ spec.version = "4.0.0"
4
spec.summary = "TPTweak is a debugging tool to help adjust your iOS app on the fly without recompile"
5
6
spec.license = { :type => "Apache 2.0", :file => "LICENSE.md" }
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
10
11
spec.platform = :ios, "11.0"
12
spec.swift_versions = ["5.4"]
13
- spec.source = { :git => "https://github.com/tokopedia/ios-tptweak.git", :tag => "#{spec.version}" }
+ spec.source = { :git => "https://github.com/wendyliga/ios-tptweak.git", :tag => "#{spec.version}" }
14
spec.source_files = "Sources/TPTweak/**/*.swift"
15
spec.default_subspec = "Core"
16
0 commit comments