mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 22:49:33 +08:00
update pod and bundle
This commit is contained in:
@@ -381,7 +381,7 @@
|
||||
607FACCD1AFB9204008FA782 /* Frameworks */,
|
||||
607FACCE1AFB9204008FA782 /* Resources */,
|
||||
125261E66BB239DB9C4C2C55 /* [CP] Embed Pods Frameworks */,
|
||||
4BD29D3B21F6E985009729A5 /* ShellScript */,
|
||||
4BD29D3B21F6E985009729A5 /* Swift Lint */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
@@ -579,7 +579,7 @@
|
||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Application Specs/Pods-Application Specs-frameworks.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
4BD29D3B21F6E985009729A5 /* ShellScript */ = {
|
||||
4BD29D3B21F6E985009729A5 /* Swift Lint */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
@@ -588,6 +588,7 @@
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Swift Lint";
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
@@ -595,6 +596,7 @@
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = "/bin/bash -l";
|
||||
shellScript = "if which swiftlint >/dev/null; then\n /usr/local/bin/swiftlint autocorrect\nelse\n echo \"warning: SwiftLint not installed\"\n echo \"brew install swiftlint\"\nfi\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
70CD543F2A946479825D6587 /* [CP] Embed Pods Frameworks */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
|
||||
@@ -5,14 +5,14 @@ PODS:
|
||||
- iOSSnapshotTestCase/Core (5.0.2)
|
||||
- iOSSnapshotTestCase/SwiftSupport (5.0.2):
|
||||
- iOSSnapshotTestCase/Core
|
||||
- Nimble (7.3.3)
|
||||
- Nimble (7.3.4)
|
||||
- Nimble-Snapshots (6.9.1):
|
||||
- Nimble-Snapshots/Core (= 6.9.1)
|
||||
- Nimble-Snapshots/Core (6.9.1):
|
||||
- iOSSnapshotTestCase (~> 5.0)
|
||||
- Nimble (~> 7.0)
|
||||
- PerspectiveTransform (0.4)
|
||||
- Quick (1.3.4)
|
||||
- Quick (2.0.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- ImageCoordinateSpace
|
||||
@@ -36,11 +36,11 @@ EXTERNAL SOURCES:
|
||||
SPEC CHECKSUMS:
|
||||
ImageCoordinateSpace: 7c527176d9013a04627d9b97366793526a44bb69
|
||||
iOSSnapshotTestCase: 2d51aa06775e95cecb0a1fb9c5c159ccd1dd4596
|
||||
Nimble: 3b434b1e7d0a92603a13550a82880b0d952f518e
|
||||
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
|
||||
Nimble-Snapshots: bbd1ab264bacc24a9ce24a8363bc05aac783aeb0
|
||||
PerspectiveTransform: 4e823871c7fde15b776610dbdf102a3b00adb077
|
||||
Quick: f4f7f063c524394c73ed93ac70983c609805d481
|
||||
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d
|
||||
|
||||
PODFILE CHECKSUM: 882ce3558060409e596935d1d06dd5a6707894f9
|
||||
|
||||
COCOAPODS: 1.6.0.rc.2
|
||||
COCOAPODS: 1.6.0.rc.1
|
||||
|
||||
22
Gemfile.lock
22
Gemfile.lock
@@ -9,13 +9,13 @@ GEM
|
||||
tzinfo (~> 1.1)
|
||||
addressable (2.4.0)
|
||||
atomos (0.1.3)
|
||||
backports (3.11.4)
|
||||
backports (3.12.0)
|
||||
claide (1.0.2)
|
||||
cocoapods (1.6.0.rc.2)
|
||||
cocoapods (1.7.0.beta.1)
|
||||
activesupport (>= 4.0.2, < 5)
|
||||
claide (>= 1.0.2, < 2.0)
|
||||
cocoapods-core (= 1.6.0.rc.2)
|
||||
cocoapods-deintegrate (>= 1.0.2, < 2.0)
|
||||
cocoapods-core (= 1.7.0.beta.1)
|
||||
cocoapods-deintegrate (>= 1.0.3, < 2.0)
|
||||
cocoapods-downloader (>= 1.2.2, < 2.0)
|
||||
cocoapods-plugins (>= 1.0.0, < 2.0)
|
||||
cocoapods-search (>= 1.0.0, < 2.0)
|
||||
@@ -28,13 +28,13 @@ GEM
|
||||
gh_inspector (~> 1.0)
|
||||
molinillo (~> 0.6.6)
|
||||
nap (~> 1.0)
|
||||
ruby-macho (~> 1.3, >= 1.3.1)
|
||||
xcodeproj (>= 1.8.0, < 2.0)
|
||||
cocoapods-core (1.6.0.rc.2)
|
||||
ruby-macho (~> 1.4)
|
||||
xcodeproj (>= 1.8.1, < 2.0)
|
||||
cocoapods-core (1.7.0.beta.1)
|
||||
activesupport (>= 4.0.2, < 6)
|
||||
fuzzy_match (~> 2.0.4)
|
||||
nap (~> 1.0)
|
||||
cocoapods-deintegrate (1.0.2)
|
||||
cocoapods-deintegrate (1.0.3)
|
||||
cocoapods-downloader (1.2.2)
|
||||
cocoapods-plugins (1.0.0)
|
||||
nap
|
||||
@@ -67,7 +67,7 @@ GEM
|
||||
highline (1.7.10)
|
||||
i18n (0.9.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
json (2.1.0)
|
||||
json (2.2.0)
|
||||
launchy (2.4.3)
|
||||
addressable (~> 2.3)
|
||||
minitest (5.11.3)
|
||||
@@ -83,7 +83,7 @@ GEM
|
||||
json
|
||||
websocket (~> 1.0)
|
||||
rouge (2.0.7)
|
||||
ruby-macho (1.3.1)
|
||||
ruby-macho (1.4.0)
|
||||
thread_safe (0.3.6)
|
||||
travis (1.8.9)
|
||||
backports
|
||||
@@ -99,7 +99,7 @@ GEM
|
||||
tzinfo (1.2.5)
|
||||
thread_safe (~> 0.1)
|
||||
websocket (1.2.8)
|
||||
xcodeproj (1.8.0)
|
||||
xcodeproj (1.8.1)
|
||||
CFPropertyList (>= 2.3.3, < 4.0)
|
||||
atomos (~> 0.1.3)
|
||||
claide (>= 1.0.2, < 2.0)
|
||||
|
||||
Reference in New Issue
Block a user