Skip to content

Commit

Permalink
New pod version 1.0.4
Browse files Browse the repository at this point in the history
mixdesign committed Oct 23, 2014
1 parent 66ea491 commit f379a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AAShareBubbles.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'AAShareBubbles'
s.version = '1.0.3'
s.version = '1.0.4'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'Almas Adilbek' => '[email protected]' }
s.summary = 'Animated Social share buttons control for iOS'
s.homepage = 'https://github.com/mixdesign/AAShareBubbles'

# Source Info
s.platform = :ios, '5.0'
s.source = { :git => 'https://github.com/mixdesign/AAShareBubbles.git', :tag => "v1.0.3" }
s.source = { :git => 'https://github.com/mixdesign/AAShareBubbles.git', :tag => "v1.0.4" }
s.source_files = 'AAShareBubbles/AAShareBubbles.{h,m}'
s.resources = 'AAShareBubbles/*.png'
s.resources = 'AAShareBubbles/AAShareBubbles.bundle'
s.requires_arc = true
end

0 comments on commit f379a97

Please sign in to comment.