Skip to content

Commit 9919b0f

Browse files
committed
updated podspec
1 parent 4ad1b7d commit 9919b0f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

BAFluidView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BAFluidView"
3-
s.version = "0.2.4"
3+
s.version = "0.2.5"
44
s.summary = "UIView that simulates a 2D view of a fluid in motion"
55
s.description = <<-DESC
66
This view and it's layer create a 2D fluid animation that can be used to simulate a filling effect.

Example/BAFluidView/Images.xcassets/AppIcon.appiconset/Contents.json

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"images" : [
3+
{
4+
"idiom" : "iphone",
5+
"size" : "20x20",
6+
"scale" : "2x"
7+
},
8+
{
9+
"idiom" : "iphone",
10+
"size" : "20x20",
11+
"scale" : "3x"
12+
},
313
{
414
"size" : "29x29",
515
"idiom" : "iphone",
@@ -34,6 +44,16 @@
3444
"filename" : "[email protected]",
3545
"scale" : "3x"
3646
},
47+
{
48+
"idiom" : "ipad",
49+
"size" : "20x20",
50+
"scale" : "1x"
51+
},
52+
{
53+
"idiom" : "ipad",
54+
"size" : "20x20",
55+
"scale" : "2x"
56+
},
3757
{
3858
"size" : "29x29",
3959
"idiom" : "ipad",
@@ -69,6 +89,16 @@
6989
"idiom" : "ipad",
7090
"filename" : "[email protected]",
7191
"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"
72102
}
73103
],
74104
"info" : {

0 commit comments

Comments
 (0)