File tree 2 files changed +31
-1
lines changed
Example/BAFluidView/Images.xcassets/AppIcon.appiconset
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "BAFluidView"
3
- s . version = "0.2.4 "
3
+ s . version = "0.2.5 "
4
4
s . summary = "UIView that simulates a 2D view of a fluid in motion"
5
5
s . description = <<-DESC
6
6
This view and it's layer create a 2D fluid animation that can be used to simulate a filling effect.
Original file line number Diff line number Diff line change 1
1
{
2
2
"images" : [
3
+ {
4
+ "idiom" : " iphone" ,
5
+ "size" : " 20x20" ,
6
+ "scale" : " 2x"
7
+ },
8
+ {
9
+ "idiom" : " iphone" ,
10
+ "size" : " 20x20" ,
11
+ "scale" : " 3x"
12
+ },
3
13
{
4
14
"size" : " 29x29" ,
5
15
"idiom" : " iphone" ,
34
44
35
45
"scale" : " 3x"
36
46
},
47
+ {
48
+ "idiom" : " ipad" ,
49
+ "size" : " 20x20" ,
50
+ "scale" : " 1x"
51
+ },
52
+ {
53
+ "idiom" : " ipad" ,
54
+ "size" : " 20x20" ,
55
+ "scale" : " 2x"
56
+ },
37
57
{
38
58
"size" : " 29x29" ,
39
59
"idiom" : " ipad" ,
69
89
"idiom" : " ipad" ,
70
90
71
91
"scale" : " 2x"
92
+ },
93
+ {
94
+ "idiom" : " ipad" ,
95
+ "size" : " 83.5x83.5" ,
96
+ "scale" : " 2x"
97
+ },
98
+ {
99
+ "idiom" : " ios-marketing" ,
100
+ "size" : " 1024x1024" ,
101
+ "scale" : " 1x"
72
102
}
73
103
],
74
104
"info" : {
You can’t perform that action at this time.
0 commit comments