diff options
author | Vitaly Takmazov | 2019-06-04 22:13:26 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-06-04 22:13:26 +0300 |
commit | 51ce38eb551e961cbd6684e940929426586fe08b (patch) | |
tree | ea41f2ced073a008456837d592fe7aba96bcb9e5 | |
parent | f63e04c37792b4e4312049e0e146ab3fc2cbcb9b (diff) |
CocoaPods 1.7 and switch to CocoaPods CDN
-rw-r--r-- | Juick.xcodeproj/project.pbxproj | 4 | ||||
-rw-r--r-- | Podfile | 2 | ||||
-rw-r--r-- | Podfile.lock | 6 |
3 files changed, 4 insertions, 8 deletions
diff --git a/Juick.xcodeproj/project.pbxproj b/Juick.xcodeproj/project.pbxproj index 0b9003a..08bff91 100644 --- a/Juick.xcodeproj/project.pbxproj +++ b/Juick.xcodeproj/project.pbxproj @@ -534,16 +534,12 @@ buildActionMask = 2147483647; files = ( ); - inputFileListPaths = ( - ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Juick/Pods-Juick-resources.sh", "${PODS_ROOT}/DateTools/DateTools/DateTools/DateTools.bundle", "${PODS_ROOT}/SAMKeychain/Support/SAMKeychain.bundle", ); name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - ); outputPaths = ( "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/DateTools.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SAMKeychain.bundle", @@ -1,4 +1,4 @@ -# Uncomment this line to define a global platform for your project +source 'https://cdn.jsdelivr.net/cocoa/' platform :ios, "11.1" target "Juick" do diff --git a/Podfile.lock b/Podfile.lock index 1077d8e..107c8bc 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -29,7 +29,7 @@ DEPENDENCIES: - "UIView+Shimmer" SPEC REPOS: - https://github.com/cocoapods/specs.git: + https://cdn.jsdelivr.net/cocoa/: - AFNetworking - DateTools - PHFComposeBarView @@ -45,6 +45,6 @@ SPEC CHECKSUMS: SAMKeychain: 483e1c9f32984d50ca961e26818a534283b4cd5c "UIView+Shimmer": ed634f95e8f4bda666b28b47bd85a4336a4117d8 -PODFILE CHECKSUM: 0f12506a80c847aea53eee962c751242d19e03c7 +PODFILE CHECKSUM: df93a469bf7674ef7f4d2c559037f99f6c878d5f -COCOAPODS: 1.6.0 +COCOAPODS: 1.7.1 |