From 643fcc52146e642fbf0de9f0bd0fbad134208e1e Mon Sep 17 00:00:00 2001 From: metasmile Date: Fri, 11 Mar 2016 11:55:23 +0900 Subject: [PATCH] The `:local` option of the Podfile has been renamed to `:path` and it is deprecated. --- Examples/AppClientExample/Podfile | 2 +- Examples/PhotoPostExample/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/AppClientExample/Podfile b/Examples/AppClientExample/Podfile index 7b4d7e57..63f7faea 100644 --- a/Examples/AppClientExample/Podfile +++ b/Examples/AppClientExample/Podfile @@ -1,3 +1,3 @@ platform :ios, '5.0' -pod 'TMTumblrSDK/AppClient', :local => '../..' +pod 'TMTumblrSDK/AppClient', :path => '../..' diff --git a/Examples/PhotoPostExample/Podfile b/Examples/PhotoPostExample/Podfile index 81e9cb5a..b09b4453 100644 --- a/Examples/PhotoPostExample/Podfile +++ b/Examples/PhotoPostExample/Podfile @@ -1,3 +1,3 @@ platform :ios, '5.0' -pod 'TMTumblrSDK/APIClient', :local => '../..' +pod 'TMTumblrSDK/APIClient', :path => '../..'