-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathEmptyDataView.podspec
More file actions
15 lines (15 loc) · 958 Bytes
/
EmptyDataView.podspec
File metadata and controls
15 lines (15 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'ADEmptyDataView'
s.version = '1.5.0'
s.summary = 'EmptyDataView enables you to show user-friendly views when table data is empty.'
s.description = 'EmptyDataView enables you to show user friendly views when table data is empty.'
s.homepage = 'https://github.com/anup-deshpande/EmptyDataView.git'
s.screenshots = 'https://user-images.githubusercontent.com/42949670/110160248-c2780780-7db9-11eb-9036-e7f36ce5b02b.jpg'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { 'Anup Deshpande' => 'deshpande.anup24@gmail.com' }
s.source = { :git => 'https://github.com/anup-deshpande/EmptyDataView.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/AnupDes48776871'
s.ios.deployment_target = '12.0'
s.swift_version = ['5.0', '5.1', '5.2']
s.source_files = 'Sources/EmptyDataView/Classes/**/*'
end