Skip to content

Commit

Permalink
Update PodSpec
Browse files Browse the repository at this point in the history
Signed-off-by: Alexsander Akers <a2@pandamonia.us>
  • Loading branch information
a2 committed Dec 20, 2011
1 parent 786f219 commit 74d3fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions A2DynamicDelegate.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'A2DynamicDelegate'
s.version = '1.0.2'
s.version = '1.0.3'
s.license = 'BSD'
s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.'
s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate'
s.author = { 'Alexsander Akers' => 'a2@pandamonia.us',
'Zachary Waldowski' => 'zwaldowski@gmail.com' }

s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.2' }
s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.3' }
s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}'
end
Binary file modified libA2DynamicDelegate.a
Binary file not shown.

0 comments on commit 74d3fff

Please sign in to comment.