-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWXYEmptyDataSet.podspec
More file actions
27 lines (21 loc) · 1.1 KB
/
WXYEmptyDataSet.podspec
File metadata and controls
27 lines (21 loc) · 1.1 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
#
# Be sure to run `pod lib lint WXYEmptyDataSet.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "WXYEmptyDataSet"
s.version = "0.1.0"
s.summary = "A UIScrollView superclass category for showing empty or error background."
s.description = "In network callback, you want to set background with different code. Use WXYEmptyDataSet pods, you can easily do this.And we also open some property for customization. My English is not good. So, this's all."
s.homepage = "https://github.com/wuxulome/WXYEmptyDataSet"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "wuxu" => "wuxulome@gmail.com" }
s.source = { :git => "https://github.com/wuxulome/WXYEmptyDataSet.git", :tag => s.version.to_s }
s.platform = :ios, '6.0'
s.requires_arc = true
s.source_files = 'WXYEmptyDataSet/*.{h,m}'
s.frameworks = 'UIKit'
end