forked from PaoloCuscela/Cards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCards.podspec
More file actions
15 lines (14 loc) · 757 Bytes
/
Cards.podspec
File metadata and controls
15 lines (14 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'Cards'
s.version = '1.3.1'
s.summary = 'Awesome iOS 11 appstore cards in swift 4.'
s.homepage = 'https://github.com/PaoloCuscela/Cards'
s.screenshots = 'https://raw.githubusercontent.com/PaoloCuscela/Cards/master/Images/Header.png', 'https://raw.githubusercontent.com/PaoloCuscela/Cards/master/Images/DetailView.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Paolo Cuscela' => 'cuscio.2@gmail.com'}
s.source = { :git => 'https://github.com/PaoloCuscela/Cards.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'Cards/Sources/*'
s.frameworks = 'UIKit'
s.dependency "Player"
end