-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a49bf4f
commit 1faa02c
Showing
38 changed files
with
1,829 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,11 @@ Pod::Spec.new do |s| | |
TODO: Add long description of the pod here. | ||
DESC | ||
|
||
s.homepage = 'https://github.com/[email protected]/A' | ||
s.homepage = 'https://github.com/chengyinglpl/A' | ||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { '[email protected]' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/[email protected]/A.git', :tag => s.version.to_s } | ||
s.source = { :git => 'https://github.com/chengyinglpl/A.git', :tag => s.version.to_s } | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
|
||
s.ios.deployment_target = '8.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// | ||
// A_Target.h | ||
// A | ||
// | ||
// Created by 李鹏霖 on 2018/11/2. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface A_Target : NSObject | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// | ||
// A_Target.m | ||
// A | ||
// | ||
// Created by 李鹏霖 on 2018/11/2. | ||
// | ||
|
||
#import "A_Target.h" | ||
|
||
@implementation A_Target | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// | ||
// AViewController.h | ||
// A_Example | ||
// | ||
// Created by 李鹏霖 on 2018/11/2. | ||
// Copyright © 2018年 [email protected]. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
@interface AViewController : UIViewController | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
// | ||
// AViewController.m | ||
// A_Example | ||
// | ||
// Created by 李鹏霖 on 2018/11/2. | ||
// Copyright © 2018年 [email protected]. All rights reserved. | ||
// | ||
|
||
#import "AViewController.h" | ||
|
||
@interface AViewController () | ||
|
||
@end | ||
|
||
@implementation AViewController | ||
|
||
- (void)viewDidLoad { | ||
[super viewDidLoad]; | ||
// Do any additional setup after loading the view. | ||
} | ||
|
||
- (void)didReceiveMemoryWarning { | ||
[super didReceiveMemoryWarning]; | ||
// Dispose of any resources that can be recreated. | ||
} | ||
|
||
/* | ||
#pragma mark - Navigation | ||
// In a storyboard-based application, you will often want to do a little preparation before navigation | ||
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { | ||
// Get the new view controller using [segue destinationViewController]. | ||
// Pass the selected object to the new view controller. | ||
} | ||
*/ | ||
|
||
@end |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PODS: | ||
- A (0.1.0) | ||
|
||
DEPENDENCIES: | ||
- A (from `../`) | ||
|
||
EXTERNAL SOURCES: | ||
A: | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
A: e058ecb1f5e845666be0906e7518a808f50eb036 | ||
|
||
PODFILE CHECKSUM: 36bcaff5876e8d9b35a5c4a7bbe6e8816ce55d77 | ||
|
||
COCOAPODS: 1.5.3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.