forked from liufengting/FTIndicator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFTIndicator.podspec
More file actions
19 lines (17 loc) · 979 Bytes
/
Copy pathFTIndicator.podspec
File metadata and controls
19 lines (17 loc) · 979 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 = "FTIndicator"
s.version = "1.1.2"
s.summary = "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support."
s.description = <<-DESC
A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator and notifications.
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 = "FTIndicator", "FTIndicator/**/*.{h,m}"
s.resources = "FTIndicator/**/*.{bundle}"
s.requires_arc = true
end