Skip to content

Commit

Permalink
Update MBXPageViewController.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Apr 13, 2016
1 parent 1cf1551 commit 5bd2420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MBXPageViewController.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }

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

0 comments on commit 5bd2420

Please sign in to comment.