We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2c8c6 commit abb9495Copy full SHA for abb9495
1 file changed
TJDropbox.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "TJDropbox"
3
- s.version = "0.4"
+ s.version = "0.5"
4
s.summary = "A Dropbox v2 client library written in Objective-C"
5
s.description = "Dropbox provides a v2 SDK for iOS, but it's only compatible with Swift."
6
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
11
s.author = "Tim Johnsen"
12
13
- s.source = { :git => "https://github.com/timonus/TJDropbox.git", :tag => "0.4" }
+ s.source = { :git => "https://github.com/timonus/TJDropbox.git", :tag => "0.5" }
14
15
s.source_files = "TJDropbox/*.{h,m}"
16
s.osx.exclude_files = "TJDropbox/TJDropboxAuthenticationViewController.{h,m}"
0 commit comments