diff --git a/SwiftExample/Podfile b/SwiftExample/Podfile index e6f4380..a28a1c3 100644 --- a/SwiftExample/Podfile +++ b/SwiftExample/Podfile @@ -4,5 +4,5 @@ platform :ios, '8.0' use_frameworks! target 'ClarifaiSwiftDemo' do -pod 'Clarifai', :path => '../' +pod 'Clarifai' end