Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Pstrucha committed Apr 20, 2016
1 parent bddda82 commit 950cc6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FBMemoryProfiler.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

Pod::Spec.new do |s|
s.name = "FBMemoryProfiler"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "iOS tool that helps with profiling iOS Memory usage"
s.homepage = "https://github.com/facebook/FBMemoryProfiler"
s.license = "BSD"
s.author = { "Grzegorz Pstrucha" => "gricha@fb.com" }
s.platform = :ios, "7.0"
s.source = {
:git => "https://github.com/facebook/FBMemoryProfiler.git",
:tag => "0.1.1"
:tag => "0.1.2"
}
s.source_files = "FBMemoryProfiler", "FBMemoryProfiler/**/*.{h,m,mm,c}"

Expand Down

0 comments on commit 950cc6c

Please sign in to comment.