-
Notifications
You must be signed in to change notification settings - Fork 9
/
AyLoading.podspec
22 lines (22 loc) · 1.21 KB
/
AyLoading.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "AyLoading"
s.version = "4.0.1"
s.summary = "loading..."
s.homepage = "https://github.com/Chakery/AyLoading"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Chakery" => "[email protected]" }
s.swift_version = "4.2"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.source = { :git => "https://github.com/Chakery/AyLoading.git", :tag => "#{s.version}" }
s.source_files = "Classes", "Classes/**/*"
s.osx.exclude_files = ["Classes/UIView+Indicator.swift",
"Classes/UIButton+Loading.swift",
"Classes/UIBarButtonItem+Loading.swift",
"Classes/iOS+IndicatorView.swift",
"Classes/UIView+Animations.swift"]
s.ios.exclude_files = ["Classes/NSButton+Loading.swift",
"Classes/NSView+Indicator.swift",
"Classes/macOS+IndicatorView.swift",
"Classes/NSView+Animations.swift"]
end