Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit ee19809

Browse files
author
Grzegorz Pstrucha
committed
Bump version
1 parent 9f5fa76 commit ee19809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FBAllocationTracker.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "FBAllocationTracker"
3-
s.version = "0.1.2"
3+
s.version = "0.1.3"
44
s.summary = "Interface for tracking allocations and generations of objects"
55
s.homepage = "https://github.com/facebook/FBAllocationTracker"
66
s.license = "BSD"
77
s.author = { "Grzegorz Pstrucha" => "gricha@fb.com" }
88
s.platform = :ios, "7.0"
99
s.source = {
1010
:git => "https://github.com/facebook/FBAllocationTracker.git",
11-
:tag => "0.1.2"
11+
:tag => "0.1.3"
1212
}
1313
s.source_files = "FBAllocationTracker", "FBAllocationTracker/**/*.{h,m,mm}"
1414

0 commit comments

Comments
 (0)