Skip to content

Commit 2d48227

Browse files
authored
Update pod spec to latest tag (#24)
Would like to access code from `0.0.2` via CocoaPods
1 parent 9c650f3 commit 2d48227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InterposeKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'InterposeKit'
3-
s.version = '0.0.1'
3+
s.version = '0.0.2'
44
s.summary = 'A modern library to swizzle elegantly in Swift.'
55
s.homepage = 'https://github.com/steipete/InterposeKit'
66
s.source = { :git => s.homepage + '.git', :tag => s.version }
@@ -13,4 +13,4 @@ Pod::Spec.new do |s|
1313
s.osx.deployment_target = '10.13'
1414
s.tvos.deployment_target = '11.0'
1515
s.watchos.deployment_target = '5.0'
16-
end
16+
end

0 commit comments

Comments
 (0)