-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVCMaterialDesignIcons.podspec
More file actions
30 lines (19 loc) · 987 Bytes
/
VCMaterialDesignIcons.podspec
File metadata and controls
30 lines (19 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Pod::Spec.new do |s|
s.name = "VCMaterialDesignIcons"
s.version = "2.1.1"
s.summary = "MaterialDesign icon api for IOS - Objective C"
s.homepage = "https://github.com/viktoricalonia/VCMaterialDesignIcons"
s.platform = :ios, '7.0'
s.requires_arc = true
s.description = <<-DESC
Convenience methods for adding material design icon and converting to images.
Material Design Icons v2.1.1. check on http://zavoloklom.github.io/material-design-iconic-font/
DESC
s.ios.frameworks = 'UIKit', 'Coretext'
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = "mit"
s.author = { "viktor calonia" => "viktoricalonia@yahoo.com" }
s.source = { :git => "https://github.com/viktoricalonia/VCMaterialDesignIcons.git", :tag => "2.1.1"}
s.source_files = "*.{h,m}"
s.resource = "Material-Design-Iconic-Font.ttf"
end