-
Notifications
You must be signed in to change notification settings - Fork 89
/
GravitySliderFlowLayout.podspec
26 lines (21 loc) · 1.1 KB
/
GravitySliderFlowLayout.podspec
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
#
# Be sure to run `pod lib lint GravitySliderFlowLayout.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 = 'GravitySliderFlowLayout'
s.version = '1.0'
s.summary = 'GravitySlider is a beautiful alternative to the standard UICollectionView flow layout.'
s.description = <<-DESC
GravitySlider is a lightweight animation flowlayot for UICollectionView completely written in Swift 4, compatible with iOS 11 and xCode 9.
DESC
s.homepage = 'https://github.com/ApplikeySolutions/GravitySlider'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Applikey Solutions' => 'welcome@applikeysolutions.com' }
s.source = { :git => 'https://github.com/AppliKeySolutions/GravitySlider.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'GravitySliderFlowLayout/Classes/**/*'
end