forked from yurii-lysytsia/AirCollection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AirCollection.podspec
27 lines (19 loc) · 2.04 KB
/
AirCollection.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
Pod::Spec.new do |spec|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.name = "AirCollection"
spec.version = "1.5.0"
spec.summary = "AirCollection is a wrapper for UITableView / UICollectionView for VIPER / MVP architecture"
spec.homepage = "https://github.com/YuriFox/AirCollection"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.license = { :type => "MIT", :file => "LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.author = { "Yurii Lysytsia" => "[email protected]" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.platform = :ios, "11.0"
spec.swift_versions = '5.0'
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source = { :git => "https://github.com/YuriFox/AirCollection.git", :tag => "#{spec.version}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source_files = "Source/**/*.swift"
end