From 36174af0e8ffa5cc1002743444d360b7be5424ac Mon Sep 17 00:00:00 2001 From: Mikhail Konovalov Date: Thu, 11 Jan 2018 13:03:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BD=D1=8F=D0=BB=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20=D0=B2=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=D1=81=D0=BF=D0=B5=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIcon.appiconset/Contents.json | 15 +++++++++++++++ RMRPullToRefresh.podspec | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Example/RMRPullToRefresh/Assets.xcassets/AppIcon.appiconset/Contents.json b/Example/RMRPullToRefresh/Assets.xcassets/AppIcon.appiconset/Contents.json index 118c98f..19882d5 100644 --- a/Example/RMRPullToRefresh/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/Example/RMRPullToRefresh/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,5 +1,15 @@ { "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, { "idiom" : "iphone", "size" : "29x29", @@ -29,6 +39,11 @@ "idiom" : "iphone", "size" : "60x60", "scale" : "3x" + }, + { + "idiom" : "ios-marketing", + "size" : "1024x1024", + "scale" : "1x" } ], "info" : { diff --git a/RMRPullToRefresh.podspec b/RMRPullToRefresh.podspec index a183e9d..064206c 100644 --- a/RMRPullToRefresh.podspec +++ b/RMRPullToRefresh.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RMRPullToRefresh" - spec.version = "0.5.0" + spec.version = "0.6.0" spec.platform = :ios, "9.0" spec.license = { :type => "MIT", :file => "LICENSE" } spec.summary = "A pull to refresh control for UIScrollView (UITableView and UICollectionView)"