From 04f4bfc7de07ff216a5e448daf5ab67a93ac9092 Mon Sep 17 00:00:00 2001 From: vtourraine Date: Mon, 14 Oct 2013 09:40:21 +0200 Subject: [PATCH] Update podspec and README for v1.3.1 --- MendeleySDK.podspec | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MendeleySDK.podspec b/MendeleySDK.podspec index ee12371..4d21549 100644 --- a/MendeleySDK.podspec +++ b/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 diff --git a/README.md b/README.md index 0dd5da5..cb49f8d 100644 --- a/README.md +++ b/README.md @@ -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