Skip to content

Commit ba8ddbf

Browse files
committed
Pod update
1 parent 5dbb084 commit ba8ddbf

File tree

7 files changed

+3090
-1110
lines changed

7 files changed

+3090
-1110
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- HeapInspector (0.2.0):
3-
- HeapInspector/no-arc (= 0.2.0)
4-
- HeapInspector/no-arc (0.2.0)
2+
- HeapInspector (0.2.1):
3+
- HeapInspector/no-arc (= 0.2.1)
4+
- HeapInspector/no-arc (0.2.1)
55

66
DEPENDENCIES:
77
- HeapInspector (from `../../HeapInspector.podspec`)
@@ -11,6 +11,6 @@ EXTERNAL SOURCES:
1111
:path: "../../HeapInspector.podspec"
1212

1313
SPEC CHECKSUMS:
14-
HeapInspector: cbd25b5eb79af3a0b785a0719cc0071c15a8a0de
14+
HeapInspector: 94f5b61d92c373bb633dbc0b6e066fdc784def9f
1515

1616
COCOAPODS: 0.38.2

Example/HeapInspectorExample/Pods/Local Podspecs/HeapInspector.podspec.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/HeapInspectorExample/Pods/Manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/HeapInspectorExample/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 3076 additions & 1096 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/HeapInspectorExample/Pods/Pods.xcodeproj/xcshareddata/xcschemes/HeapInspector.xcscheme

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/HeapInspectorExample/Pods/Target Support Files/HeapInspector/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HeapInspector.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'HeapInspector'
3-
s.version = '0.2.0'
3+
s.version = '0.2.1'
44
s.license = { :type => "MIT", :file => "LICENSE.md" }
55
s.summary = 'Find memory issues & leaks in your iOS app without instruments'
66
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

Comments
 (0)