Skip to content

Commit 7103cde

Browse files
committed
Create DDYEmptyView.podspec
1 parent 1f592e5 commit 7103cde

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

DDYEmptyView.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |ddyspec|
2+
ddyspec.name = 'DDYEmptyView'
3+
ddyspec.version = '1.0.0'
4+
ddyspec.summary = 'UITableView、UICollectionView空白占位'
5+
ddyspec.homepage = 'https://github.com/RainOpen/DDYEmptyView'
6+
ddyspec.license = 'MIT'
7+
ddyspec.authors = {'Rain' => '634778311@qq.com'}
8+
ddyspec.platform = :ios, '8.0'
9+
ddyspec.source = {:git => 'https://github.com/RainOpen/DDYEmptyView.git', :tag => ddyspec.version}
10+
ddyspec.source_files = 'DDYEmptyView/DDYEmptyView/*.{h,m}'
11+
# ddyspec.resource = 'DDYEmptyView/DDYEmptyView/DDYEmptyView.bundle'
12+
ddyspec.requires_arc = false
13+
# s.framework = "AVFoundation"
14+
# s.frameworks = "UIKit", "AVFoundation"
15+
# s.dependency "JSONKit", "~> 1.4"
16+
end

0 commit comments

Comments
 (0)