Skip to content

Commit

Permalink
version bump to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep Aggarwal authored and Sandeep Aggarwal committed May 14, 2017
1 parent 15f2cbc commit e6f71e3
Show file tree
Hide file tree
Showing 21 changed files with 187 additions and 156 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,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;
};
4127F01208FCA757B7CB3907 /* [CP] Embed Pods Frameworks */ = {
Expand Down Expand Up @@ -411,7 +411,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;
};
C275FDDAB3790B59232AA4E8 /* [CP] Copy Pods Resources */ = {
Expand Down Expand Up @@ -441,7 +441,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;
};
DBCA2F69B2594AAF4930A5CB /* [CP] Copy Pods Resources */ = {
Expand Down
6 changes: 3 additions & 3 deletions ExampleActivationCodeTextfield/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SACodedTextField (0.1.2)
- SACodedTextField (1.0)

DEPENDENCIES:
- SACodedTextField (from `../SACodedTextField.podspec`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../SACodedTextField.podspec"

SPEC CHECKSUMS:
SACodedTextField: 34721594b0ac910de05b31d6625b274ae8d2e2d7
SACodedTextField: dc04d2b84ed0a141261c1080570e8df88816b289

PODFILE CHECKSUM: f1dadbb86f0493d393e5b291b632f255d828666b

COCOAPODS: 1.1.1
COCOAPODS: 1.2.1

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

6 changes: 3 additions & 3 deletions ExampleActivationCodeTextfield/Pods/Manifest.lock

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

215 changes: 108 additions & 107 deletions ExampleActivationCodeTextfield/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2 changes: 1 addition & 1 deletion SACodedTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version = "0.1.5"
@version = "1.0"

Pod::Spec.new do |s|

Expand Down

0 comments on commit e6f71e3

Please sign in to comment.