Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
coderZsq committed Dec 20, 2018
1 parent 46e88a4 commit b29fd36
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,15 @@
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Componentization/Pods-Componentization-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
"${BUILT_PRODUCTS_DIR}/BaseComponent/BaseComponent.framework",
"${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BaseComponent.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//
// CALayer+PauseAimate.m
// Componentization
//
// Created by 朱双泉 on 2018/12/19.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//
// CALayer+PauseAimate.m
// Componentization
//
// Created by 朱双泉 on 2018/12/19.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//
// UIImage+Extension.m
// Componentization
//
// Created by 朱双泉 on 2018/12/19.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//
// UIImage+Extension.m
// Componentization
//
// Created by 朱双泉 on 2018/12/19.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//
// UIView+Extension.m
// Componentization
//
// Created by 朱双泉 on 2018/12/19.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//
// UIView+Extension.m
// Componentization
//
// Created by 朱双泉 on 2018/12/19.
Expand Down
31 changes: 28 additions & 3 deletions StudyNotes/Componentization/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,41 @@
PODS:
- BaseComponent (0.1.0)
- AFNetworking (3.2.1):
- AFNetworking/NSURLSession (= 3.2.1)
- AFNetworking/Reachability (= 3.2.1)
- AFNetworking/Security (= 3.2.1)
- AFNetworking/Serialization (= 3.2.1)
- AFNetworking/UIKit (= 3.2.1)
- AFNetworking/NSURLSession (3.2.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (3.2.1)
- AFNetworking/Security (3.2.1)
- AFNetworking/Serialization (3.2.1)
- AFNetworking/UIKit (3.2.1):
- AFNetworking/NSURLSession
- BaseComponent (0.3.0):
- AFNetworking
- SDWebImage
- SDWebImage (4.4.3):
- SDWebImage/Core (= 4.4.3)
- SDWebImage/Core (4.4.3)

DEPENDENCIES:
- BaseComponent

SPEC REPOS:
"[email protected]:dtid_ada36270f1f70012/ComponentSpecs.git":
- BaseComponent
https://github.com/cocoapods/specs.git:
- AFNetworking
- SDWebImage

SPEC CHECKSUMS:
BaseComponent: 77cdd3522b97713492393677004cb2bb27b0dae3
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
BaseComponent: 1a5e09a3c0794d9f7fd02b14e01e5a909c9225ae
SDWebImage: c5594f1a19c48d526d321e548902b56b479cd508

PODFILE CHECKSUM: ab63fb17f18e175d4777ffb799c1ffd162350081
PODFILE CHECKSUM: 7d64f2ae5280ddd1e77f5d3c8b8316f6b2b09451

COCOAPODS: 1.5.3
7 changes: 4 additions & 3 deletions StudyNotes/Componentization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ pod repo remove ComponentSpecs

```
$ pod lib create BaseComponent
$ pod lib lint
$ pod lib lint --allow-warnings
```

```
Expand All @@ -37,6 +37,7 @@ $ git push origin master
$ git tag '0.1.0'
$ git tag
$ git push --tags
$ pod spec lint
$ pod repo push coderzsq BaseComponent.podspec
$ pod spec lint --allow-warnings
$ pod cache clean BaseComponent
$ pod repo push coderzsq BaseComponent.podspec --allow-warnings
```
2 changes: 1 addition & 1 deletion StudyNotes/Componentization/RemotePrivateLib/BaseComponent
Submodule BaseComponent updated from f786d9 to e8a52d

0 comments on commit b29fd36

Please sign in to comment.