Skip to content

Commit

Permalink
Fix for using Dropbox 3.1.2 SDK - see overcommitted#33
Browse files Browse the repository at this point in the history
  • Loading branch information
Liron Yahdav committed Jan 28, 2015
1 parent d437937 commit c9aae01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ParcelKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.source_files = 'ParcelKit/*.{h,m}'
s.frameworks = 'CoreData', 'Dropbox'
s.requires_arc = true
s.dependency 'Dropbox-Sync-API-SDK', '~> 3.1.1'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}/Dropbox-Sync-API-SDK/dropbox-ios-sync-sdk-3.1.1"' }
s.dependency 'Dropbox-Sync-API-SDK', '~> 3.1.2'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}/Dropbox-Sync-API-SDK/dropbox-ios-sync-sdk-3.1.2"' }
end

0 comments on commit c9aae01

Please sign in to comment.