From 17217f65fccb994c380a46c8c0b66c9f0d057ff5 Mon Sep 17 00:00:00 2001 From: Emre YANIK Date: Wed, 19 Apr 2017 17:44:29 +0300 Subject: [PATCH] Pod spec updated --- HapticHelper.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HapticHelper.podspec b/HapticHelper.podspec index 71246c8..120038f 100644 --- a/HapticHelper.podspec +++ b/HapticHelper.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "HapticHelper" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "UIFeedbackGenerator Helper" s.homepage = "https://github.com/emreyanik/HapticHelper" s.license = { :type => "MIT", :file => "LICENSE" } @@ -17,6 +17,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/emreyanik/HapticHelper.git", :tag => s.version.to_s } s.source_files = "HapticHelper/*.{h,m}" s.public_header_files = "HapticHelper/*.h" - s.platform = :ios, "10.0" end