Skip to content

Commit

Permalink
[Update] Dropbox-iOS-SDK (1.3.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschum committed Mar 28, 2013
1 parent 61cd998 commit 79d10e9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Dropbox-iOS-SDK/1.3.4/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.4"
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.4.zip" }
s.platform = :ios

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

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

0 comments on commit 79d10e9

Please sign in to comment.