-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFPProgressHUD.podspec
More file actions
47 lines (28 loc) · 1.44 KB
/
FPProgressHUD.podspec
File metadata and controls
47 lines (28 loc) · 1.44 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# These will help people to find your library, and whilst it
# can feel like a chore to fill in it's definitely to your advantage. The
# summary should be tweet-length, and the description more in depth.
#
s.name = "FPProgressHUD"
s.version = "0.0.2"
s.summary = "A short description of FPProgressHUD."
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
A simple loading animation Support multiple dot animation
DESC
s.homepage = "https://github.com/Friendpeng/FPProgressHUD"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "杨朋" => "yangpeng_ios@163.com" }
s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/Friendpeng/FPProgressHUD.git", :tag => "0.0.2" }
s.source_files = "FPProgressHUDDemo/FPProgressHUD/Classes/*"
#s.public_header_files = "FPProgressHUDDemo/FPProgressHUD/*.h"
s.requires_arc = true
end