Skip to content

Commit

Permalink
[prepare] update podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 committed Jul 5, 2018
1 parent 7acd0e9 commit f9cf647
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions WXDevtool.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.frameworks = "Foundation","CoreData","ImageIO","CoreData","CFNetwork","UIKit","CoreGraphics","Security"
s.libraries = "z"

s.dependency "WeexSDK"
s.dependency "SocketRocket"
end
13 changes: 10 additions & 3 deletions sdk/Podfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Uncomment this line to define a global platform for your project
source 'git@github.com/CocoaPods/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'

inhibit_all_warnings!
use_frameworks!

def pods

pod 'WeexSDK','0.18.0'
pod 'SocketRocket', '0.4.2'

end

target 'WXDevTool' do
pod 'WeexSDK'
pod 'SocketRocket'
pods
end
2 changes: 1 addition & 1 deletion sdk/WXDevTool/Source/PonyDebugger/WXDebugger.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//

#import <UIKit/UIKit.h>
#import <SocketRocket/SRWebSocket.h>
#import "WXDebugger.h"
#import "WXDynamicDebuggerDomain.h"
#import "WXNetworkDomain.h"
Expand All @@ -30,7 +31,6 @@
#import "WXDebugDomainController.h"
#import "WXDevToolType.h"

#import <SocketRocket/SRWebSocket.h>
#import <WeexSDK/WeexSDK.h>
#import "WXDebuggerUtility.h"

Expand Down
3 changes: 3 additions & 0 deletions sdk/package-lock.json

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

0 comments on commit f9cf647

Please sign in to comment.