diff --git a/LNPopupController/1.4.6/LNPopupController.podspec b/LNPopupController/2.0.0/LNPopupController.podspec similarity index 81% rename from LNPopupController/1.4.6/LNPopupController.podspec rename to LNPopupController/2.0.0/LNPopupController.podspec index 5ff77e5..87689f4 100644 --- a/LNPopupController/1.4.6/LNPopupController.podspec +++ b/LNPopupController/2.0.0/LNPopupController.podspec @@ -1,13 +1,15 @@ Pod::Spec.new do |s| s.name = 'LNPopupController' - s.version = '1.4.6' - + s.version = '2.0.0' + s.summary = 'framework for presenting view controllers' s.description = 'LNPopupController is a framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.' s.homepage = 'https://github.com/LeoNatan/LNPopupController' s.license = 'MIT' s.author = { "Leo Natan" => "lnatan@wix.com" } - s.source = { :git => 'https://github.com/LeoNatan/LNPopupController.git' } + s.source = { :git => 'https://github.com/LeoNatan/LNPopupController.git', :tag => 'v' << s.version.to_s } s.source_files = 'LNPopupController/*.{h,m}', 'LNPopupController/**/*.{h,m}' + s.requires_arc = true + s.ios.deployment_target = '8.0' end