You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HeapInspector.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name='HeapInspector'
3
-
s.version='1.0'
3
+
s.version='1.0.1'
4
4
s.license={:type=>"MIT",:file=>"LICENSE.md"}
5
5
s.summary='Find memory issues & leaks in your iOS app without instruments'
6
6
s.description='HeapInspector is a debug tool that **monitors the memory heap** with backtrace recording in your iOS app. You can discover memory leaks, no longer used objects, abandoned memory and more issues directly on your device without ever starting Instruments.'
0 commit comments