Skip to content

Commit

Permalink
Merge pull request #4 from sgr-ksmt/adapt_latest_sdk_version
Browse files Browse the repository at this point in the history
upgrade Callable to 0.3.2.
  • Loading branch information
starhoshi committed Aug 27, 2018
2 parents 4e06c3d + 2f03166 commit 70171d1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 24 deletions.
5 changes: 2 additions & 3 deletions Callable.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Callable"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "Type-safe Firebase HTTPS Callable Functions client using Decodable"
s.homepage = "https://github.com/starhoshi/Callable"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -12,7 +12,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.static_framework = true

s.dependency "FirebaseFunctions"
s.dependency "Firebase/Functions"
s.dependency "Result"
end

8 changes: 4 additions & 4 deletions Callable.xcodeproj/project.pbxproj
Expand Up @@ -343,13 +343,13 @@
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-CallableTests/Pods-CallableTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
"${BUILT_PRODUCTS_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework",
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
"${BUILT_PRODUCTS_DIR}/Result/Result.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleToolboxForMac.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -401,13 +401,13 @@
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
"${BUILT_PRODUCTS_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework",
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
"${BUILT_PRODUCTS_DIR}/Result/Result.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleToolboxForMac.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
34 changes: 17 additions & 17 deletions Podfile.lock
@@ -1,18 +1,18 @@
PODS:
- Firebase/CoreOnly (5.0.1):
- FirebaseCore (= 5.0.1)
- Firebase/Functions (5.0.1):
- Firebase/CoreOnly (5.6.0):
- FirebaseCore (= 5.1.1)
- Firebase/Functions (5.6.0):
- Firebase/CoreOnly
- FirebaseFunctions (= 2.0.0)
- FirebaseCore (5.0.1):
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
- FirebaseFunctions (2.0.0):
- FirebaseFunctions (= 2.1.0)
- FirebaseCore (5.1.1):
- GoogleUtilities/Logger (~> 5.2)
- FirebaseFunctions (2.1.0):
- FirebaseCore (~> 5.0)
- GTMSessionFetcher/Core (~> 1.1)
- GoogleToolboxForMac/Defines (2.1.4)
- "GoogleToolboxForMac/NSData+zlib (2.1.4)":
- GoogleToolboxForMac/Defines (= 2.1.4)
- GTMSessionFetcher/Core (1.1.15)
- GoogleUtilities/Environment (5.2.2)
- GoogleUtilities/Logger (5.2.2):
- GoogleUtilities/Environment
- GTMSessionFetcher/Core (1.2.0)
- Result (4.0.0)

DEPENDENCIES:
Expand All @@ -24,16 +24,16 @@ SPEC REPOS:
- Firebase
- FirebaseCore
- FirebaseFunctions
- GoogleToolboxForMac
- GoogleUtilities
- GTMSessionFetcher
- Result

SPEC CHECKSUMS:
Firebase: d6861c2059d8c32d1e6dd8932e22ada346d90a3a
FirebaseCore: cafc814b2d84fc8733f09e653041cc2165332ad7
FirebaseFunctions: 141da172b7491276d9da8715b8ca88f9e439ffb6
GoogleToolboxForMac: 91c824d21e85b31c2aae9bb011c5027c9b4e738f
GTMSessionFetcher: 5fa5b80fd20e439ef5f545fb2cb3ca6c6714caa2
Firebase: 75ea9e232eefa158c1049028030b8f661a2ccb62
FirebaseCore: cb9ee75e0894def766167c95a4d5a14b1c138269
FirebaseFunctions: 0cb3bc0bbeac1daf6fea378a1064ff7f484e4c4e
GoogleUtilities: 06b66f9567769a7958db20a92f0128b2843e49d5
GTMSessionFetcher: 0c4baf0a73acd0041bf9f71ea018deedab5ea84e
Result: 7645bb3f50c2ce726dd0ff2fa7b6f42bbe6c3713

PODFILE CHECKSUM: bf250ce143a75add47c39840fb511b2456da3d33
Expand Down

0 comments on commit 70171d1

Please sign in to comment.