File tree Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Gridicons"
3- s . version = "1.0.1 "
3+ s . version = "1.0.2 "
44 s . summary = "Gridicons is a tiny framework which generates Gridicon images at any resolution."
55
66 s . homepage = "http://apps.wordpress.com"
Original file line number Diff line number Diff line change 11{
22 "info" : {
3- "version " : 1 ,
4- "author " : " xcode "
3+ "author " : " xcode " ,
4+ "version " : 1
55 }
6- }
6+ }
Original file line number Diff line number Diff line change 1+ {
2+ "images" : [
3+ {
4+ "filename" : " story.pdf" ,
5+ "idiom" : " universal"
6+ }
7+ ],
8+ "info" : {
9+ "author" : " xcode" ,
10+ "version" : 1
11+ },
12+ "properties" : {
13+ "preserves-vector-representation" : true ,
14+ "template-rendering-intent" : " template"
15+ }
16+ }
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ public enum GridiconType: Int {
178178 case statsUp
179179 case stats
180180 case status
181+ case story
181182 case strikethrough
182183 case sync
183184 case tablet
@@ -380,6 +381,7 @@ extension GridiconType {
380381 case . statsUp: return " stats-up "
381382 case . stats: return " stats "
382383 case . status: return " status "
384+ case . story: return " story "
383385 case . strikethrough: return " strikethrough "
384386 case . sync: return " sync "
385387 case . tablet: return " tablet "
You can’t perform that action at this time.
0 commit comments