diff --git a/Stevia.podspec b/Stevia.podspec new file mode 100644 index 00000000..74a25df3 --- /dev/null +++ b/Stevia.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = 'Stevia' + s.version = "5.1.1" + s.summary = "Elegant view layout for iOS" + s.homepage = "https://github.com/s4cha/Stevia" + s.license = { :type => "MIT", :file => "LICENSE" } + s.author = 'S4cha' + s.source = { :git => "https://github.com/s4cha/Stevia.git", + :tag => s.version.to_s } + s.social_media_url = 'https://twitter.com/sachadso' + s.source_files = "Sources/Stevia/*.swift" + s.ios.deployment_target = "9" + s.tvos.deployment_target = "10.2" + s.description = "Elegant view layout for iOS :leaves: - Auto layout code finally readable by a human being" + s.module_name = 'Stevia' +end