Skip to content

Commit 05ef78d

Browse files
authored
Update FontAwesomeIconFactory-Extensions.podspec
1 parent 6ec09f8 commit 05ef78d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FontAwesomeIconFactory-Extensions.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Pod::Spec.new do |s|
44
s.license = 'MIT'
55
s.homepage = 'https://github.com/quemb/FontAwesomeIconFactory-Extensions'
66
s.authors = {'Toni Moeckel' => 'tonimoeckel@gmail.com'}
7-
s.summary = ''
7+
s.summary = 'Utils for FontAwesomeIconFactory'
88

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

1515
# Pod Dependencies
1616
s.dependency 'FontAwesomeIconFactory'
1717

18-
end
18+
end

0 commit comments

Comments
 (0)