Skip to content

Commit

Permalink
Cleanup and podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Legoless committed Sep 24, 2015
1 parent d6cb4fe commit 3e96292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Alpha.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Alpha"
spec.version = "0.2.5"
spec.version = "0.2.6"
spec.summary = "Next generation debugging framework for iOS"
spec.description = <<-DESC
- A simple unified debugging plugin API.
Expand Down Expand Up @@ -300,7 +300,8 @@ Pod::Spec.new do |spec|

spec.subspec 'ViewHierarchy' do |subspec|
subspec.source_files = 'Alpha/Plugins/View/**/*.{h,m}'
subspec.dependency 'Alpha/Core'
subspec.dependency 'Alpha/Integration'
subspec.dependency 'Alpha/Render'
end

end
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#import "ALPHACore.h"

#import "ALPHAMainViewController.h"
#import "ALPHAExplorerToolbar.h"
#import "ALPHAToolbarItem.h"
#import "ALPHAHierarchyTableViewController.h"
Expand Down

0 comments on commit 3e96292

Please sign in to comment.