Skip to content

Commit

Permalink
Update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Apr 20, 2017
1 parent db6dd36 commit 0a51223
Show file tree
Hide file tree
Showing 46 changed files with 1,406 additions and 1,292 deletions.
6 changes: 3 additions & 3 deletions Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../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";
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";
showEnvVarsInLog = 0;
};
94380F5A590355DD873CE37A /* [CP] Embed Pods Frameworks */ = {
Expand Down Expand Up @@ -408,7 +408,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../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";
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";
showEnvVarsInLog = 0;
};
B65B43570425A5B133BCD810 /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -423,7 +423,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../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";
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";
showEnvVarsInLog = 0;
};
DCD7FC84EE7537D069F90135 /* [CP] Copy Pods Resources */ = {
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- Formatter (1.0.0)
- FormTextField (1.0.1):
- FormTextField (1.0.2):
- Formatter (~> 1.0.0)
- InputValidator (~> 1.0.2)
- InputValidator (~> 1.0.3)
- Hex (5.0.1)
- InputValidator (1.0.2):
- InputValidator (1.0.3):
- Validation (~> 1.0.2)
- Validation (1.0.2)

Expand All @@ -14,15 +14,15 @@ DEPENDENCIES:

EXTERNAL SOURCES:
FormTextField:
:path: .
:path: "."

SPEC CHECKSUMS:
Formatter: 81601aa8bcbbac4cc18f1665913b691930a99470
FormTextField: 1294599957c23cae0d4a41b21cb3aa494388120b
FormTextField: 4c4c80002c937f83d597dc6a755e4d97359d5886
Hex: 2c757d81a2b4b6afc842458ce485c8c097ea1c79
InputValidator: c0ebf4220293ab2be61af9b624d65bdd7b1b85f0
InputValidator: b77aa9ea2d5f156ab489f9f9b899da73b839e202
Validation: 76e9cb543542ebc7ebc0aedb7a8a26c29082eaa5

PODFILE CHECKSUM: 7c7bedf3656aead4a2246d145d341908159fea25

COCOAPODS: 1.1.1
COCOAPODS: 1.2.1
8 changes: 4 additions & 4 deletions Pods/Formatter/Sources/CardExpirationDateFormatter.swift

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

8 changes: 4 additions & 4 deletions Pods/Formatter/Sources/CardNumberFormatter.swift

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

2 changes: 1 addition & 1 deletion Pods/Formatter/Sources/Formattable.swift

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

3 changes: 2 additions & 1 deletion Pods/Hex/README.md

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

78 changes: 40 additions & 38 deletions Pods/Hex/Source/UIColor+Hex.swift

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

21 changes: 10 additions & 11 deletions Pods/InputValidator/Sources/CardExpirationDateInputValidator.swift

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

34 changes: 21 additions & 13 deletions Pods/InputValidator/Sources/DecimalInputValidator.swift

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

Loading

0 comments on commit 0a51223

Please sign in to comment.