Skip to content

Commit

Permalink
Updated podspec to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
belkevich committed Jul 21, 2014
1 parent 17acb04 commit 5bd95c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions APAddressBook.podspec
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5bd95c5

Please sign in to comment.