We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c650f3 commit 2d48227Copy full SHA for 2d48227
InterposeKit.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'InterposeKit'
3
- s.version = '0.0.1'
+ s.version = '0.0.2'
4
s.summary = 'A modern library to swizzle elegantly in Swift.'
5
s.homepage = 'https://github.com/steipete/InterposeKit'
6
s.source = { :git => s.homepage + '.git', :tag => s.version }
@@ -13,4 +13,4 @@ Pod::Spec.new do |s|
13
s.osx.deployment_target = '10.13'
14
s.tvos.deployment_target = '11.0'
15
s.watchos.deployment_target = '5.0'
16
-end
+end
0 commit comments