-
Notifications
You must be signed in to change notification settings - Fork 0
/
TSwiftHelper.podspec
28 lines (22 loc) · 2.42 KB
/
TSwiftHelper.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod::Spec.new do |spec|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.name = "TSwiftHelper"
spec.version = "1.2.7"
spec.summary = "TSwiftHelper is a library for iOS written in Swift to help user lots of helpful extension functions in development."
spec.description = 'TSwiftHelper is a library for iOS written in Swift to help user lots of helpful extension functions in development'
spec.homepage = "https://github.com/fanta1ty/TSwiftHelper"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.license = { :type => "MIT", :file => "LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.author = { "Thinh Nguyen" => "[email protected]" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.platform = :ios, "11.0"
spec.swift_versions = "5.0"
spec.source = { :git => "https://github.com/fanta1ty/TSwiftHelper.git", :tag => "#{spec.version}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source_files = "Sources/**/*.swift"
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.resource = ["Sources/TSwiftHelper/Resources/Fonts/**/*.ttf", "Sources/TSwiftHelper/Resources/Fonts/**/*.otf", "Sources/TSwiftHelper/Resources/Localizations/**/*.strings"]
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.requires_arc = true
end