Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Aug 31, 2016
1 parent 36fbfe8 commit 2692cda
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 146D72B91AB782920058798C /* Build configuration list for PBXNativeTarget "Tests" */;
buildPhases = (
26345761F2AC917A068F0280 /* 📦 Check Pods Manifest.lock */,
26345761F2AC917A068F0280 /* [CP] Check Pods Manifest.lock */,
146D72A81AB782920058798C /* Sources */,
146D72A91AB782920058798C /* Frameworks */,
146D72AA1AB782920058798C /* Resources */,
998D2F4021515C4690AF00D3 /* 📦 Embed Pods Frameworks */,
15B4CE1964611ABC43A6171B /* 📦 Copy Pods Resources */,
998D2F4021515C4690AF00D3 /* [CP] Embed Pods Frameworks */,
15B4CE1964611ABC43A6171B /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -190,44 +190,44 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
15B4CE1964611ABC43A6171B /* 📦 Copy Pods Resources */ = {
15B4CE1964611ABC43A6171B /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Copy Pods Resources";
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
26345761F2AC917A068F0280 /* 📦 Check Pods Manifest.lock */ = {
26345761F2AC917A068F0280 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Check Pods Manifest.lock";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
998D2F4021515C4690AF00D3 /* 📦 Embed Pods Frameworks */ = {
998D2F4021515C4690AF00D3 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Embed Pods Frameworks";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
4 changes: 2 additions & 2 deletions NSEntityDescription-SYNCPrimaryKey.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "NSEntityDescription-SYNCPrimaryKey"
s.summary = "Support for primary keys in Core Data"
s.version = "1.2.3"
s.version = "1.2.4"
s.homepage = "https:/hyperoslo/NSEntityDescription-SYNCPrimaryKey"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
Expand All @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.source_files = 'Source/**/*'
s.frameworks = 'CoreData'
s.dependency 'NSString-HYPNetworking', '~> 1.0.2'
s.dependency 'NSString-HYPNetworking', '~> 1.0.3'
end
16 changes: 8 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- DATAStack (5.2.1)
- NSEntityDescription-SYNCPrimaryKey (1.2.3):
- NSString-HYPNetworking (~> 1.0.2)
- NSString-HYPNetworking (1.0.2)
- DATAStack (5.4.1)
- NSEntityDescription-SYNCPrimaryKey (1.2.4):
- NSString-HYPNetworking (~> 1.0.3)
- NSString-HYPNetworking (1.0.3)

DEPENDENCIES:
- DATAStack
Expand All @@ -13,10 +13,10 @@ EXTERNAL SOURCES:
:path: "."

SPEC CHECKSUMS:
DATAStack: c6432c89d0bd2b1d2a17c947ca8a2c81f389f06d
NSEntityDescription-SYNCPrimaryKey: 9dbb89d7cbc1bea196dd935725bfcf3c0ff4249c
NSString-HYPNetworking: 7c18e44ca9529d2f74a30a1c2a7a787da76198c1
DATAStack: f38d3fa8405fdb84066241c7d3215a5e056c5691
NSEntityDescription-SYNCPrimaryKey: 8f3024bddb098157b08710dc29a011e9948c5ed8
NSString-HYPNetworking: d4cc1047b85a02bdadd90c51b5d497e07d812efc

PODFILE CHECKSUM: 1764c07485adb3ffa232ebbf86f0ba284f6fa4d4

COCOAPODS: 1.0.0
COCOAPODS: 1.0.1

0 comments on commit 2692cda

Please sign in to comment.