forked from AlexDenisov/FontasticIcons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FontasticIcons.podspec
19 lines (19 loc) · 932 Bytes
/
FontasticIcons.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'FontasticIcons'
s.version = '0.3.0'
s.summary = 'Objective-C wrapper for iconic fonts.'
s.description = <<-DESC
- [Entypo](http://entypo.com) pictograms by Daniel Bruce
- [FontAwesome](http://fortawesome.github.com/Font-Awesome/) by Dave Gandy
- [Iconic](http://somerandomdude.com/work/iconic/) font by P.J. Onori
DESC
s.homepage = 'https://github.com/AlexDenisov/FontasticIcons'
s.license = 'MIT'
s.author = { 'Alex Denisov' => '[email protected]' }
s.source = { :git => 'https://github.com/AlexDenisov/FontasticIcons.git', :tag => "#{s.version}" }
s.platform = :ios, '4.2'
s.source_files = 'FontasticIcons/Sources/Classes'
s.resources = 'FontasticIcons/Sources/Resources/**'
s.frameworks = 'CoreText', 'QuartzCore'
s.requires_arc = true
end