diff --git a/Example/Podfile b/Example/Podfile index 0b6e4a4..8e82ea7 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,8 +1,11 @@ source 'https://github.com/CocoaPods/Specs.git' +platform :ios, '9.0' use_frameworks! -target 'RMRPullToRefreshExample' do - project 'RMRPullToRefreshExample.xcodeproj' - pod 'RMRPullToRefresh’, :path => "../" +project 'RMRPullToRefreshExample.xcodeproj' +workspace 'RMRPullToRefreshExample.xcworkspace' + +target :RMRPullToRefreshExample do + pod 'RMRPullToRefresh', :path => "../" end diff --git a/Example/Podfile.lock b/Example/Podfile.lock new file mode 100644 index 0000000..71d485a --- /dev/null +++ b/Example/Podfile.lock @@ -0,0 +1,16 @@ +PODS: + - RMRPullToRefresh (0.5.0) + +DEPENDENCIES: + - RMRPullToRefresh (from `../`) + +EXTERNAL SOURCES: + RMRPullToRefresh: + :path: ../ + +SPEC CHECKSUMS: + RMRPullToRefresh: c80bde05dd42c5a32468ab282e18f9f05bc49397 + +PODFILE CHECKSUM: 6bf08c33e827c034420f4dcfc61024a8ba7eab2f + +COCOAPODS: 1.3.1 diff --git a/Example/RMRPullToRefreshExample.xcodeproj/project.pbxproj b/Example/RMRPullToRefreshExample.xcodeproj/project.pbxproj index 626c2ee..677b94a 100644 --- a/Example/RMRPullToRefreshExample.xcodeproj/project.pbxproj +++ b/Example/RMRPullToRefreshExample.xcodeproj/project.pbxproj @@ -199,13 +199,16 @@ files = ( ); inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-RMRPullToRefreshExample-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - 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"; + 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; }; 2BE863C51DEA329C1234F1B0 /* [CP] Embed Pods Frameworks */ = { @@ -214,9 +217,12 @@ files = ( ); inputPaths = ( + "${SRCROOT}/Pods/Target Support Files/Pods-RMRPullToRefreshExample/Pods-RMRPullToRefreshExample-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/RMRPullToRefresh/RMRPullToRefresh.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RMRPullToRefresh.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh;