Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yulingtianxia committed Jan 6, 2020
1 parent b7d157b commit 5ec6ba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BlockTracker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlockTracker"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "Tracking block args of Objective-C method based on BlockHook"
s.description = <<-DESC
BlockTracker can track block arguments of a method. It's based on BlockHook.
Expand All @@ -20,6 +20,7 @@ s.osx.deployment_target = "10.8"
s.tvos.deployment_target = "9.0"
#s.watchos.deployment_target = "1.0"
s.requires_arc = true
s.static_framework = true

s.dependency 'BlockHook', '~> 1.5.4'

Expand Down

0 comments on commit 5ec6ba8

Please sign in to comment.