Skip to content

Commit

Permalink
Update podspec and README for v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Oct 14, 2013
1 parent 3eef648 commit 04f4bfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions MendeleySDK.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "MendeleySDK"
s.version = "1.3"
s.summary = "Objective-C client for the Mendeley Open API."
s.homepage = "https://github.com/shazino/MendeleySDK"
s.name = 'MendeleySDK'
s.version = '1.3.1'
s.summary = 'Objective-C client for the Mendeley Open API.'
s.homepage = 'https://github.com/shazino/MendeleySDK'
s.license = 'MIT'
s.author = { 'shazino' => 'contact@shazino.com' }
s.source = { :git => "https://github.com/shazino/MendeleySDK.git", :tag => '1.3' }
s.source = { :git => "https://github.com/shazino/MendeleySDK.git", :tag => '1.3.1' }

s.source_files = 'MendeleySDK'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Here’s an example podfile that installs MendeleySDK and its dependency, AFOAut
```ruby
platform :ios, '5.0'

pod 'MendeleySDK', '1.3'
pod 'MendeleySDK', '1.3.1'
```

### App credentials
Expand Down

0 comments on commit 04f4bfc

Please sign in to comment.