Skip to content

Commit

Permalink
Pod update
Browse files Browse the repository at this point in the history
  • Loading branch information
tapwork committed Mar 24, 2016
1 parent 5dbb084 commit ba8ddbf
Show file tree
Hide file tree
Showing 7 changed files with 3,090 additions and 1,110 deletions.
8 changes: 4 additions & 4 deletions Example/HeapInspectorExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- HeapInspector (0.2.0):
- HeapInspector/no-arc (= 0.2.0)
- HeapInspector/no-arc (0.2.0)
- HeapInspector (0.2.1):
- HeapInspector/no-arc (= 0.2.1)
- HeapInspector/no-arc (0.2.1)

DEPENDENCIES:
- HeapInspector (from `../../HeapInspector.podspec`)
Expand All @@ -11,6 +11,6 @@ EXTERNAL SOURCES:
:path: "../../HeapInspector.podspec"

SPEC CHECKSUMS:
HeapInspector: cbd25b5eb79af3a0b785a0719cc0071c15a8a0de
HeapInspector: 94f5b61d92c373bb633dbc0b6e066fdc784def9f

COCOAPODS: 0.38.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Example/HeapInspectorExample/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4,172 changes: 3,076 additions & 1,096 deletions Example/HeapInspectorExample/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HeapInspector.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HeapInspector'
s.version = '0.2.0'
s.version = '0.2.1'
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.summary = 'Find memory issues & leaks in your iOS app without instruments'
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.'
Expand Down

0 comments on commit ba8ddbf

Please sign in to comment.