Skip to content

Commit

Permalink
A文件
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyinglpl committed Nov 2, 2018
1 parent a49bf4f commit 1faa02c
Show file tree
Hide file tree
Showing 38 changed files with 1,829 additions and 26 deletions.
4 changes: 2 additions & 2 deletions A.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
12 changes: 12 additions & 0 deletions A/Classes/ATarget/A_Target.h
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
12 changes: 12 additions & 0 deletions A/Classes/ATarget/A_Target.m
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
13 changes: 13 additions & 0 deletions A/Classes/AVC/AViewController.h
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
37 changes: 37 additions & 0 deletions A/Classes/AVC/AViewController.m
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 removed A/Classes/ReplaceMe.m
Empty file.
40 changes: 16 additions & 24 deletions Example/A.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

/* Begin PBXFileReference section */
1B7FCB0E383D3E7DFF322D1B /* Pods_A_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_A_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1E368B66539FC5008048B462 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
1E368B66539FC5008048B462 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
2AA8729E2784DD551ACB4C52 /* Pods_A_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_A_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
388AF6F0F3826954087E2864 /* Pods-A_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-A_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-A_Tests/Pods-A_Tests.release.xcconfig"; sourceTree = "<group>"; };
6003F58A195388D20070C39A /* A_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = A_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -59,14 +59,14 @@
6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
6019F25DE3CAE3FE1FF8D98B /* A.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = A.podspec; path = ../A.podspec; sourceTree = "<group>"; };
6019F25DE3CAE3FE1FF8D98B /* A.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = A.podspec; path = ../A.podspec; sourceTree = "<group>"; };
606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
6B030DF05957D79E1FAB7C6A /* Pods-A_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-A_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-A_Tests/Pods-A_Tests.debug.xcconfig"; sourceTree = "<group>"; };
71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
913F8959BE8DE54A826AFE66 /* Pods-A_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-A_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-A_Example/Pods-A_Example.debug.xcconfig"; sourceTree = "<group>"; };
B0C1ED5CBA31C867748B61F1 /* Pods-A_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-A_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-A_Example/Pods-A_Example.release.xcconfig"; sourceTree = "<group>"; };
E893E8584A05EB9F7BCB2926 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
E893E8584A05EB9F7BCB2926 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -207,7 +207,7 @@
6003F586195388D20070C39A /* Sources */,
6003F587195388D20070C39A /* Frameworks */,
6003F588195388D20070C39A /* Resources */,
6044DEF00A6D9CD25F014F4A /* [CP] Embed Pods Frameworks */,
A09E209CF91516F07C6E6DCD /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -299,15 +299,11 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-A_Example-checkManifestLockResult.txt",
);
Expand All @@ -316,48 +312,44 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
6044DEF00A6D9CD25F014F4A /* [CP] Embed Pods Frameworks */ = {
808E90B5796506469186D359 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-A_Example/Pods-A_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/A/A.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/A.framework",
"$(DERIVED_FILE_DIR)/Pods-A_Tests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-A_Example/Pods-A_Example-frameworks.sh\"\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
808E90B5796506469186D359 /* [CP] Check Pods Manifest.lock */ = {
A09E209CF91516F07C6E6DCD /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
"${SRCROOT}/Pods/Target Support Files/Pods-A_Example/Pods-A_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/A/A.framework",
);
name = "[CP] Check Pods Manifest.lock";
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-A_Tests-checkManifestLockResult.txt",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/A.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-A_Example/Pods-A_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
10 changes: 10 additions & 0 deletions Example/A.xcworkspace/contents.xcworkspacedata

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

16 changes: 16 additions & 0 deletions Example/Podfile.lock
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
22 changes: 22 additions & 0 deletions Example/Pods/Local Podspecs/A.podspec.json

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

16 changes: 16 additions & 0 deletions Example/Pods/Manifest.lock

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

Loading

0 comments on commit 1faa02c

Please sign in to comment.