Bump version, pod update

This commit is contained in:
Ivan Vavilov 2018-06-18 11:45:35 +03:00
parent 34ad307490
commit 3b3d9ea579
5 changed files with 23 additions and 90 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DAO'
s.version = '1.3.3'
s.version = '1.3.4'
s.summary = 'DAO Library'
s.description = 'Library provides easy way to cache entities.'
s.homepage = 'https://github.com/RedMadRobot/DAO'

View File

@ -359,7 +359,6 @@
607FACCD1AFB9204008FA782 /* Frameworks */,
607FACCE1AFB9204008FA782 /* Resources */,
A3C342A12354181FB1CDC888 /* [CP] Embed Pods Frameworks */,
FBB72B6CB6EF1FFF9E33FE93 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
@ -378,8 +377,6 @@
AA10ECA61EEFE039001228A1 /* Sources */,
AA10ECA71EEFE039001228A1 /* Frameworks */,
AA10ECA81EEFE039001228A1 /* Resources */,
C31918995F93713C33A15BCA /* [CP] Embed Pods Frameworks */,
525D7AFD3BD0F596CBD437B0 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
@ -399,8 +396,6 @@
AA3525831EEFDCE6009C4375 /* Sources */,
AA3525841EEFDCE6009C4375 /* Frameworks */,
AA3525851EEFDCE6009C4375 /* Resources */,
6E99BAE18868857CA3143787 /* [CP] Embed Pods Frameworks */,
E809FAD87FAC0879AF2B934A /* [CP] Copy Pods Resources */,
);
buildRules = (
);
@ -505,36 +500,6 @@
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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
525D7AFD3BD0F596CBD437B0 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RealmDAOTests/Pods-RealmDAOTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
6E99BAE18868857CA3143787 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CoreDataDAOTests/Pods-CoreDataDAOTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
847A3AC11FE1C324C80B4DFC /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
@ -575,36 +540,6 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DAO_Example/Pods-DAO_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
C31918995F93713C33A15BCA /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RealmDAOTests/Pods-RealmDAOTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
E809FAD87FAC0879AF2B934A /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CoreDataDAOTests/Pods-CoreDataDAOTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
EC8476E3A4C369B6B36446A1 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
@ -623,21 +558,6 @@
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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
FBB72B6CB6EF1FFF9E33FE93 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DAO_Example/Pods-DAO_Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@ -1,9 +1,9 @@
PODS:
- DAO (1.3.1):
- DAO/CoreData (= 1.3.1)
- DAO/Realm (= 1.3.1)
- DAO/CoreData (1.3.1)
- DAO/Realm (1.3.1):
- DAO (1.3.4):
- DAO/CoreData (= 1.3.4)
- DAO/Realm (= 1.3.4)
- DAO/CoreData (1.3.4)
- DAO/Realm (1.3.4):
- RealmSwift
- Realm (3.1.1):
- Realm/Headers (= 3.1.1)
@ -14,15 +14,20 @@ PODS:
DEPENDENCIES:
- DAO (from `../`)
SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Realm
- RealmSwift
EXTERNAL SOURCES:
DAO:
:path: ../
:path: "../"
SPEC CHECKSUMS:
DAO: 8d4a7cbd2aaa300ca185ffe628e8110e5d2b8b71
DAO: 84a1ac59b03be201dc2b5ffb8f207e2d35a7b459
Realm: 42d1c38a5b1bbcc828b48a7ce702cb86fc68adf4
RealmSwift: d31937ca6a6ee54acde64ec839523c0a3c04924b
PODFILE CHECKSUM: 304d7b9f54070467c355fe795db431630f017f61
COCOAPODS: 1.4.0
COCOAPODS: 1.5.3