Skip to content

Commit

Permalink
Update FontAwesomeIconFactory-Extensions.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tonimoeckel authored Sep 23, 2016
1 parent 6ec09f8 commit 05ef78d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FontAwesomeIconFactory-Extensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.homepage = 'https://github.com/quemb/FontAwesomeIconFactory-Extensions'
s.authors = {'Toni Moeckel' => '[email protected]'}
s.summary = ''
s.summary = 'Utils for FontAwesomeIconFactory'

# Source Info
s.platform = :ios, '7.0'
s.source = {:git => 'https://github.com/quemb/FontAwesomeIconFactory-Extensions.git', :branch => 'master'}
s.source = {:git => 'https://github.com/quemb/FontAwesomeIconFactory-Extensions.git', :tag => '0.2'}
s.source_files = 'FontAwesomeIconFactory-Extensions/*/*.{h,m}'
s.requires_arc = true

# Pod Dependencies
s.dependency 'FontAwesomeIconFactory'

end
end

0 comments on commit 05ef78d

Please sign in to comment.