Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Commit e645e89

Browse files
committed
Bump podspec to 1.0.10
1 parent 801c061 commit e645e89

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ SPEC CHECKSUMS:
99

1010
PODFILE CHECKSUM: 06e2f62938dff5782de5abf2adf6966a85f24637
1111

12-
COCOAPODS: 1.1.1
12+
COCOAPODS: 1.2.1

pop.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'pop'
3-
spec.version = '1.0.9'
3+
spec.version = '1.0.10'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'https://github.com/facebook/pop'
66
spec.authors = { 'Kimon Tsinteris' => '[email protected]' }
77
spec.summary = 'Extensible animation framework for iOS and OS X.'
8-
spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.9' }
8+
spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.10' }
99
spec.source_files = 'pop/**/*.{h,m,mm,cpp}'
1010
spec.public_header_files = 'pop/{POP,POPAnimatableProperty,POPAnimatablePropertyTypes,POPAnimation,POPAnimationEvent,POPAnimationExtras,POPAnimationTracer,POPAnimator,POPBasicAnimation,POPCustomAnimation,POPDecayAnimation,POPDefines,POPGeometry,POPLayerExtras,POPPropertyAnimation,POPSpringAnimation}.h'
1111
spec.requires_arc = true

pop.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@
11741174
);
11751175
runOnlyForDeploymentPostprocessing = 0;
11761176
shellPath = /bin/sh;
1177-
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";
1177+
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";
11781178
showEnvVarsInLog = 0;
11791179
};
11801180
691A59DA7BDEDCB681FC9C87 /* [CP] Copy Pods Resources */ = {
@@ -1249,7 +1249,7 @@
12491249
);
12501250
runOnlyForDeploymentPostprocessing = 0;
12511251
shellPath = /bin/sh;
1252-
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";
1252+
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";
12531253
showEnvVarsInLog = 0;
12541254
};
12551255
CFC3BF04D331650C5B4A16CC /* [CP] Embed Pods Frameworks */ = {
@@ -1279,7 +1279,7 @@
12791279
);
12801280
runOnlyForDeploymentPostprocessing = 0;
12811281
shellPath = /bin/sh;
1282-
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";
1282+
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";
12831283
showEnvVarsInLog = 0;
12841284
};
12851285
/* End PBXShellScriptBuildPhase section */

0 commit comments

Comments
 (0)