-
Notifications
You must be signed in to change notification settings - Fork 2
/
SHNDStuffs.podspec
20 lines (16 loc) · 937 Bytes
/
SHNDStuffs.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'SHNDStuffs'
s.version = '2.0.2'
s.summary = 'Make your UIView, UIButton, UINavigationBar, UIImageView and etc more awesome for your iOS apps.'
s.description = <<-DESC
Install library to your project till you never have to write more code for your objects(UIView and...). This is very simple way to make your UI objects more AWESOME without having too muuch code. Hope you fellas enjoy it ;)
DESC
s.homepage = 'https://github.com/shndrs/SHNDStuffs'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'sahandraeisi1994@gmail.com' => 'sahandraeisi@yahoo.com' }
s.source = { :git => 'https://github.com/shndrs/SHNDStuffs.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.swift_version = '5.3'
s.source_files = 'SHNDStuffs/**/*'
s.frameworks = 'UIKit'
end