forked from chenyun122/StepIndicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStepIndicator.podspec
20 lines (20 loc) · 892 Bytes
/
StepIndicator.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 = "StepIndicator"
s.version = "1.0.8"
s.summary = "An iOS Step Indicator Library."
s.description = <<-DESC
StepIndicator is an iOS library that indicates steps in an animated way.
DESC
s.homepage = "https://github.com/chenyun122/StepIndicator"
s.screenshots = "https://raw.githubusercontent.com/chenyun122/StepIndicator/master/Screenshots/Screenshot.png"
s.license = "MIT"
s.author = { "Yun Chen" => "[email protected]" }
s.platform = :ios, "8.0"
s.requires_arc = true
s.source = { :git => "https://github.com/chenyun122/StepIndicator.git", :tag => "#{s.version}" }
s.source_files = "StepIndicator", "StepIndicator/**/*.swift"
s.resource_bundles = {
'StepIndicator' => ['StepIndicator/**/*.xcassets']
}
s.swift_versions = ["4","4.2","5"]
end