Skip to content

Commit

Permalink
[Fix] Dropbox-iOS-SDK (1.2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernery committed Jul 29, 2012
1 parent a94b10b commit 76106a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dropbox-iOS-SDK/1.2.3/Dropbox-iOS-SDK.podspec
Expand Up @@ -7,10 +7,10 @@ Pod::Spec.new do |s|
s.source = { :http => "https://www.dropbox.com/static/developers/dropbox-ios-sdk-1.2.3.zip" }
s.platform = :ios

files = FileList['dropbox-ios-sdk-1.2.3/DropboxSDK.framework/Headers/*.h']
s.source_files = files.dup.exclude(/\/JSON.h/)
s.source_files = 'dropbox-ios-sdk-1.2.3/DropboxSDK.framework/Headers/DropboxSDK.h'
s.preserve_paths = 'dropbox-ios-sdk-1.2.3/DropboxSDK.framework'

s.license = { :type => 'Copyright', :file => 'dropbox-ios-sdk-1.2.3/LICENSE' }
s.frameworks = 'Security', 'QuartzCore', 'DropboxSDK'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/DropboxSDK.framework/Headers/*"' }
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}/Dropbox-iOS-SDK/dropbox-ios-sdk-1.2.3"' }
end

0 comments on commit 76106a3

Please sign in to comment.