Skip to content

Commit abb9495

Browse files
committed
Update podspec.
1 parent 3d2c8c6 commit abb9495

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TJDropbox.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TJDropbox"
3-
s.version = "0.4"
3+
s.version = "0.5"
44
s.summary = "A Dropbox v2 client library written in Objective-C"
55
s.description = "Dropbox provides a v2 SDK for iOS, but it's only compatible with Swift."
66

@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.author = "Tim Johnsen"
1212

13-
s.source = { :git => "https://github.com/timonus/TJDropbox.git", :tag => "0.4" }
13+
s.source = { :git => "https://github.com/timonus/TJDropbox.git", :tag => "0.5" }
1414

1515
s.source_files = "TJDropbox/*.{h,m}"
1616
s.osx.exclude_files = "TJDropbox/TJDropboxAuthenticationViewController.{h,m}"

0 commit comments

Comments
 (0)