From 5bd95c51c1f6832ccdbe259c0d3758160efb9993 Mon Sep 17 00:00:00 2001 From: Alexey Belkevich Date: Mon, 21 Jul 2014 15:48:41 +0300 Subject: [PATCH] Updated podspec to version 0.1.0 --- APAddressBook.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/APAddressBook.podspec b/APAddressBook.podspec index 292ab49..2bc638f 100644 --- a/APAddressBook.podspec +++ b/APAddressBook.podspec @@ -1,14 +1,15 @@ Pod::Spec.new do |s| s.name = "APAddressBook" - s.version = "0.0.10" + s.version = "0.1.0" s.summary = "Easy access to iOS address book" s.homepage = "https://github.com/Alterplay/APAddressBook" s.license = { :type => 'MIT', :file => 'LICENSE.txt' } - s.author = { "Alexey Belkevich" => "alexey.belkevich@alterplay.com" } + s.author = { "Alexey Belkevich" => "belkevich.alexey@gmail.com" } s.source = { :git => "https://github.com/Alterplay/APAddressBook.git", :tag => s.version.to_s } s.source_files = 'Classes/**/*.{h,m}' s.ios.deployment_target = "5.0" s.requires_arc = true s.frameworks = 'AddressBook' + s.social_media_url = "https://twitter.com/alterplay" end