File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Here’s an example podfile that installs SZNZotero and all its dependencies.
1818``` ruby
1919platform :ios , ' 5.0'
2020
21- pod ' SZNZotero' , ' ~> 0.3.3 '
21+ pod ' SZNZotero' , ' ~> 0.3.4 '
2222```
2323
2424### OAuth callback URL
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "SZNZotero"
3- s . version = "0.3.3 "
3+ s . version = "0.3.4 "
44 s . summary = "Objective-C client for the Zotero API."
55 s . homepage = "https://github.com/shazino/SZNZotero"
66 s . license = "MIT"
77 s . author = { "shazino" => "[email protected] " } 88 s . social_media_url = "https://twitter.com/shazino"
9- s . source = { :git => "https://github.com/shazino/SZNZotero.git" , :tag => "0.3.3 " }
9+ s . source = { :git => "https://github.com/shazino/SZNZotero.git" , :tag => "0.3.4 " }
1010
1111 s . source_files = "SZNZotero/*"
1212 s . requires_arc = true
You can’t perform that action at this time.
0 commit comments