From 5bd24207d50c571e7402128e158d97c5d41bbdea Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 13 Apr 2016 19:18:09 -0400 Subject: [PATCH] Update MBXPageViewController.podspec --- MBXPageViewController.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MBXPageViewController.podspec b/MBXPageViewController.podspec index 95efff7..314ff98 100644 --- a/MBXPageViewController.podspec +++ b/MBXPageViewController.podspec @@ -1,16 +1,16 @@ Pod::Spec.new do |s| s.name = 'MBXPageViewController' - s.version = "0.8.0" + s.version = "1.0.0" s.summary = "Easy, clean and fast UIPageController with Control Buttons." s.homepage = "https://github.com/Moblox/MBXPageViewController" s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { "Nicolas A" => "nicolas@moblox.io" } - s.platform = :ios, '7.0' + s.platform = :ios, '8.0' s.requires_arc = true - s.source = { :git => "https://github.com/Moblox/MBXPageViewController.git", :tag => "0.8.0" } + s.source = { :git => "https://github.com/Moblox/MBXPageViewController.git", :tag => "1.0.0" } s.source_files = "MBXPageController/MBXPageViewController/*.{h,m}" end