Skip to content

Commit

Permalink
Removing CupertinoJWT.
Browse files Browse the repository at this point in the history
  • Loading branch information
blommegard committed May 5, 2020
1 parent 256de0f commit 72ee911
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions Knuff.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@
78DAA706A91FFEBE8B3339DE /* Pods-Knuff.debug.xcconfig */,
889BA9E14747250BFE8AFC25 /* Pods-Knuff.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -446,14 +445,12 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Knuff/Pods-Knuff-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/CupertinoJWT/CupertinoJWT.framework",
"${BUILT_PRODUCTS_DIR}/KVOController/KVOController.framework",
"${BUILT_PRODUCTS_DIR}/Mantle/Mantle.framework",
"${BUILT_PRODUCTS_DIR}/pop/pop.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CupertinoJWT.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KVOController.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Mantle.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/pop.framework",
Expand Down
1 change: 0 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ target "Knuff" do
pod 'Mantle'
pod 'KVOController'
pod 'pop'
pod 'CupertinoJWT'
end
6 changes: 1 addition & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
PODS:
- CupertinoJWT (0.2.0)
- KVOController (1.2.0)
- Mantle (2.1.0):
- Mantle/extobjc (= 2.1.0)
- Mantle/extobjc (2.1.0)
- pop (1.0.12)

DEPENDENCIES:
- CupertinoJWT
- KVOController
- Mantle
- pop

SPEC REPOS:
trunk:
- CupertinoJWT
- KVOController
- Mantle
- pop

SPEC CHECKSUMS:
CupertinoJWT: f712fdc2cc422aac8daa301ad1dce05ea9f6b6d6
KVOController: d72ace34afea42468329623b3379ab3cd1d286b6
Mantle: 2fa750afa478cd625a94230fbf1c13462f29395b
pop: d582054913807fd11fd50bfe6a539d91c7e1a55a

PODFILE CHECKSUM: d375209187574efe6f924c0b7f518dd999133bb3
PODFILE CHECKSUM: 8731ce61d15228ee004ec467b2a2051a2ae24aa5

COCOAPODS: 1.8.4

0 comments on commit 72ee911

Please sign in to comment.