-
Notifications
You must be signed in to change notification settings - Fork 0
/
TStyle.podspec
22 lines (21 loc) · 1.05 KB
/
TStyle.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Be sure to run `pod lib lint TStyle.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'TStyle'
s.version = '1.0.3'
s.summary = 'TStyle is a simple and flexible UI component fully written in Swift.'
s.description = 'TStyle is a simple and flexible UI component fully written in Swift. TStyle is developed to help users quickly define attributes detail without having to define from scratch'
s.homepage = 'https://github.com/fanta1ty/TStyle'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'fanta1ty' => '[email protected]' }
s.source = { :git => 'https://github.com/fanta1ty/TStyle.git', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
s.platform = :ios, '11.0'
s.source_files = 'Sources/TStyle/**/*.{swift}'
s.swift_version = '5.0'
end