diff --git a/DeclarativeLayoutKit.podspec b/DeclarativeLayoutKit.podspec index 379586c..77871fb 100644 --- a/DeclarativeLayoutKit.podspec +++ b/DeclarativeLayoutKit.podspec @@ -1,12 +1,11 @@ Pod::Spec.new do |spec| spec.name = "DeclarativeLayoutKit" - spec.version = "1.0.2" + spec.version = "2.0.0" spec.summary = "UIKit declarative layout like SwiftUI." spec.homepage = "https://github.com/Ernest0-Production/DeclarativeLayoutKit" spec.license = { :type => "MIT", :file => "LICENSE.md" } spec.author = { "Ernest" => "magatar136@yandex.ru" } - spec.social_media_url = "https://twitter.com/Ernest0N" spec.platform = :ios spec.ios.deployment_target = '10.0'