Skip to content

Commit

Permalink
4.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cobbe committed Sep 16, 2016
1 parent 5253602 commit 4bcddfd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
25 changes: 15 additions & 10 deletions SwiftyDropbox.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
Pod::Spec.new do |s|
s.name = "SwiftyDropbox"
s.version = "4.0.0"
s.summary = "Dropbox Swift SDK for API v2"
s.homepage = "https://dropbox.com/developers/"
s.license = "MIT"
s.author = { "Stephen Cobbe" => "scobbe@dropbox.com" }
s.source = { :git => "https://github.com/dropbox/SwiftyDropbox.git", :tag => s.version }
s.name = 'SwiftyDropbox'
s.version = '4.0.1'
s.summary = 'Dropbox Swift SDK for API v2'
s.homepage = 'https://dropbox.com/developers/'
s.license = 'MIT'
s.author = { 'Stephen Cobbe' => 'scobbe@dropbox.com' }
s.source = { :git => 'https://github.com/dropbox/SwiftyDropbox.git', :tag => s.version }

s.osx.source_files = 'Source/SwiftyDropbox/SwiftyDropbox_macOS/SwiftyDropbox_macOS.h', 'Source/Source/PlatformNeutral/*.{h,m,swift}', 'Source/Source/PlatformDependent/macOS/*.{h,m,swift}'
s.ios.source_files = 'Source/SwiftyDropbox/SwiftyDropbox/SwiftyDropbox.h', 'Source/Source/PlatformNeutral/*.{h,m,swift}', 'Source/Source/PlatformDependent/iOS/*.{h,m,swift}'

s.requires_arc = true
s.osx.deployment_target = "10.11"
s.ios.deployment_target = "9.0"

s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'

s.osx.frameworks = 'AppKit', 'Foundation'
s.ios.frameworks = 'UIKit', 'Foundation'
s.dependency "Alamofire", "~> 4.0.0"

s.dependency 'Alamofire', '~> 4.0.0'
end
4 changes: 2 additions & 2 deletions TestSwifty_iOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Alamofire (4.0.0)
- SwiftyDropbox (4.0.0):
- SwiftyDropbox (4.0.1):
- Alamofire (~> 4.0.0)

DEPENDENCIES:
Expand All @@ -12,7 +12,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Alamofire: fef59f00388f267e52d9b432aa5d93dc97190f14
SwiftyDropbox: 635ab8f0b40a4adccba3e4c8f221a9f121aee0b8
SwiftyDropbox: c75bc9de617347d660494b059ad80eb234f0cf8c

PODFILE CHECKSUM: e58c162aceb52d1b2cc2042471169d8e890519c5

Expand Down

0 comments on commit 4bcddfd

Please sign in to comment.