forked from ALoginov/ALLoadingView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ALLoadingView.podspec
18 lines (14 loc) · 1013 Bytes
/
ALLoadingView.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'ALLoadingView'
s.version = '1.2.0'
s.summary = 'Manager for loading views presentation'
s.description = 'ALLoadingView is a class for displaying pop-up views to notify users that some work is in progress.'
s.homepage = 'https://github.com/ALoginov/ALLoadingView'
s.screenshots = 'https://raw.githubusercontent.com/ALoginov/ALLoadingView/master/images/ALLV-screenshot1-thumb.png', 'https://raw.githubusercontent.com/ALoginov/ALLoadingView/master/images/ALLV-screenshot2-thumb.png', 'https://raw.githubusercontent.com/ALoginov/ALLoadingView/master/images/ALLV-screenshot3-thumb.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'ALoginov' => '[email protected]' }
s.source = { :git => 'https://github.com/ALoginov/ALLoadingView.git', :tag => s.version.to_s }
s.source_files = 'ALLoadingView/Source/ALLoadingView.swift'
s.requires_arc = true
s.ios.deployment_target = '10.0'
end