Skip to content

Commit

Permalink
修改引入头文件
Browse files Browse the repository at this point in the history
  • Loading branch information
wujunyang committed May 25, 2017
1 parent 9017716 commit 494e75b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion JiaCordova/JiaCordovaManager/JiaCordovaViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2017年 wujunyang. All rights reserved.
//

#import <CDV.h>
#import <Cordova/CDV.h>

@interface JiaCordovaViewController : CDVViewController

Expand Down
5 changes: 2 additions & 3 deletions jiaCordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ end

s.subspec 'JiaCordovaPlugin' do |ss|
ss.source_files = 'JiaCordova/JiaCordovaPlugin/**/*.{h,m}'
ss.dependency 'Cordova'
end

s.subspec 'JiaCordovaManager' do |ss|
Expand All @@ -50,14 +49,14 @@ ss.dependency 'JiaCordova/JiaAFNetworking'
ss.dependency 'JiaCordova/JiaNetwork'
ss.dependency 'JiaCordova/JiaMBProgressHUD'
ss.dependency 'JiaCordova/JiaCordovaPlugin'
ss.dependency 'Cordova'
ss.dependency 'SSZipArchive'
end


# 系统库依赖
s.frameworks = 'UIKit','MobileCoreServices', 'CoreGraphics', 'Security', 'SystemConfiguration'


s.dependency 'SSZipArchive'
# Cordova 依赖
s.dependency 'Cordova'
s.dependency 'CordovaPlugin-console'
Expand Down

0 comments on commit 494e75b

Please sign in to comment.