SLazeKit/SLazeKit.podspec

18 lines
796 B
Ruby

Pod::Spec.new do |s|
s.name = 'SLazeKit'
s.version = '0.2.0'
s.summary = 'Swift restful manager.'
s.description = <<-DESC
SLazeKit is an easy to use Swift restful collection of extensions and classes. Don't spend hours writing your code to map your rest api request into models and serialization. stop wasting your time!
DESC
s.homepage = 'https://github.com/shial4/SLazeKit.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Szymon Lorenz' => 'shial184686@gmail.com' }
s.social_media_url = 'https://www.facebook.com/SLSolutionsAU/'
s.ios.deployment_target = '10.0'
s.source = { :git => 'https://github.com/shial4/SLazeKit.git', :tag => s.version.to_s }
s.source_files = 'Sources/**/*.swift'
end