Skip to content

Commit

Permalink
Update Dropbox SDK for version 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nschum committed Sep 18, 2012
1 parent 8b3ea6b commit 21e4624
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Dropbox-iOS-SDK/1.3.2/Dropbox-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "Dropbox-iOS-SDK"
s.version = "1.3.2"
s.summary = "The Dropbox SDK for iOS."
s.homepage = "https://www.dropbox.com/developers/reference/sdk"
s.author = 'Dropbox'
s.source = { :http => "https://www.dropbox.com/static/developers/dropbox-ios-sdk-1.3.2.zip" }
s.platform = :ios

s.source_files = 'dropbox-ios-sdk-1.3.2/DropboxSDK.framework/Headers/DropboxSDK.h'
s.preserve_paths = 'dropbox-ios-sdk-1.3.2/DropboxSDK.framework'

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

0 comments on commit 21e4624

Please sign in to comment.