Skip to content

Commit

Permalink
修改pod文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorwy committed Aug 8, 2017
1 parent c47d0c1 commit ca5738b
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
2 changes: 1 addition & 1 deletion WeChatPriPod/RedEnvelop/WBBaseViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "WBBaseViewController.h"
#import "WeChatRedEnvelop.h"
#import <objc/objc-runtime.h>
#import <objc/runtime.h>

@interface WBBaseViewController ()

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

#import "WBMultiSelectGroupsViewController.h"
#import "WeChatRedEnvelop.h"
#import <objc/objc-runtime.h>
#import <objc/runtime.h>

@interface WBMultiSelectGroupsViewController () <ContactSelectViewDelegate>

Expand Down
2 changes: 1 addition & 1 deletion WeChatPriPod/RedEnvelop/WBReceiveRedEnvelopOperation.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "WeChatRedEnvelopParam.h"
#import "WBRedEnvelopConfig.h"
#import "WeChatRedEnvelop.h"
#import <objc/objc-runtime.h>
#import <objc/runtime.h>

@interface WBReceiveRedEnvelopOperation ()

Expand Down
2 changes: 1 addition & 1 deletion WeChatPriPod/RedEnvelop/WBSettingViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "WBSettingViewController.h"
#import "WeChatRedEnvelop.h"
#import "WBRedEnvelopConfig.h"
#import <objc/objc-runtime.h>
#import <objc/runtime.h>
#import "WBMultiSelectGroupsViewController.h"

@interface WBSettingViewController () <MultiSelectGroupsViewControllerDelegate>
Expand Down
2 changes: 1 addition & 1 deletion WeChatPriPod/SimplifyWeChatController.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "SimplifyWeChatController.h"
#import <objc/objc-runtime.h>
#import <objc/runtime.h>
#import "WBMultiSelectGroupsViewController.h"
#import "WeChatPriConfigCenter.h"
#import "WeChatRedEnvelop.h"
Expand Down
2 changes: 1 addition & 1 deletion WeChatPriPod/WeChatPriPod.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
spec.social_media_url = "https://github.com/Lorwy" #weibo
spec.platform = :ios, "8.0" #平台、版本
spec.source = { :git => "https://github.com/Lorwy/WeChatPriPod.git", :tag => spec.version.to_s } #代码的git地址以及tag
spec.source_files = "**/*/*.{h,m}" #本地验证,表示当前目录以及子目录的所有h或m结尾的文件 如果发布到MonkeyPodSpecs需要填写git clone下来的对应的路径
spec.source_files = "WeChatPriPod/**/*.{h,m}" #本地验证,表示当前目录以及子目录的所有h或m结尾的文件 如果发布到MonkeyPodSpecs需要填写git clone下来的对应的路径
spec.requires_arc = true #ARC
spec.pod_target_xcconfig = { "ONLY_ACTIVE_ARCH" => "No" } #这个必须有,不要修改
end

0 comments on commit ca5738b

Please sign in to comment.