Skip to content

Commit

Permalink
第一次上传-初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
wangGit committed Oct 15, 2019
1 parent a5b883c commit 1d4735e
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 4 deletions.
19 changes: 19 additions & 0 deletions Category/UIView/UIView+MrWang.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// UIView+MrWang.h
// FBSnapshotTestCase
//
// Created by shuchao on 2019/10/15.
//

#import <AppKit/AppKit.h>


#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIView (MrWang)

@end

NS_ASSUME_NONNULL_END
15 changes: 15 additions & 0 deletions Category/UIView/UIView+MrWang.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// UIView+MrWang.m
// FBSnapshotTestCase
//
// Created by shuchao on 2019/10/15.
//

#import "UIView+MrWang.h"

#import <AppKit/AppKit.h>


@implementation UIView (MrWang)

@end
8 changes: 4 additions & 4 deletions MrWangLib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'MrWangLib'
s.version = '0.1.0'
s.summary = 'A short description of MrWangLib.'
s.summary = '私有库工具类'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -21,11 +21,11 @@ Pod::Spec.new do |s|
TODO: Add long description of the pod here.
DESC

s.homepage = 'https://github.com/330410810@qq.com/MrWangLib'
s.homepage = 'https://github.com/wangshuchao/MrWangLib'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '330410810@qq.com' => '@330410810@qq.com' }
s.source = { :git => 'https://github.com/330410810@qq.com/MrWangLib.git', :tag => s.version.to_s }
s.author = { 'wangshuchao' => '@330410810@qq.com' }
s.source = { :git => 'https://github.com/wangshuchao/MrWangLib.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
Expand Down
Empty file removed MrWangLib/Classes/ReplaceMe.m
Empty file.
12 changes: 12 additions & 0 deletions MrWangLib/MrWangLibHeader.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// Header.h
// Pods
//
// Created by shuchao on 2019/10/15.
//

#ifndef Header_h
#define Header_h


#endif /* Header_h */

0 comments on commit 1d4735e

Please sign in to comment.