forked from liufengting/FTIndicator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFTProgressIndicator.podspec
More file actions
19 lines (17 loc) · 917 Bytes
/
Copy pathFTProgressIndicator.podspec
File metadata and controls
19 lines (17 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "FTProgressIndicator"
s.version = "1.1.2"
s.summary = "A lightwight progress HUD, with blur effect, elegant API and themes Support."
s.description = <<-DESC
A lightwight progress HUD, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator.
DESC
s.author = { "liufengting" => "wo157121900@me.com" }
s.homepage = "https://github.com/liufengting/FTIndicator"
s.license = { :type => "MIT", :file => "LICENSE" }
s.social_media_url = "http://twitter.com/liufengting"
s.platform = :ios
s.source = { :git => "https://github.com/liufengting/FTIndicator.git", :tag => "#{s.version}" }
s.source_files = "FTProgressIndicator", "FTIndicator/FTProgressIndicator/*.{h,m}"
s.resources = "FTIndicator/FTProgressIndicator/*.{bundle}"
s.requires_arc = true
end