Skip to content

Commit

Permalink
Merge pull request #50 from facebook/bump_pod
Browse files Browse the repository at this point in the history
Bump pod version to 0.1.4
  • Loading branch information
megCanicalKb committed Nov 20, 2017
2 parents fbb0053 + d41dde7 commit 6d6f675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FBRetainCycleDetector.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "FBRetainCycleDetector"
s.version = "0.1.3"
s.version = "0.1.4"
s.summary = "Library that helps with detecting retain cycles in iOS apps"
s.homepage = "https://github.com/facebook/FBRetainCycleDetector"
s.license = "BSD"
s.author = { "Grzegorz Pstrucha" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = {
:git => "https://github.com/facebook/FBRetainCycleDetector.git",
:tag => "0.1.3"
:tag => "0.1.4"
}
s.source_files = "FBRetainCycleDetector", "{FBRetainCycleDetector,fishhook}/**/*.{h,m,mm,c}"

Expand Down

0 comments on commit 6d6f675

Please sign in to comment.