-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPrettyCards.podspec
More file actions
20 lines (19 loc) · 865 Bytes
/
Copy pathPrettyCards.podspec
File metadata and controls
20 lines (19 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Be sure to run `pod lib lint Graphus.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 https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'PrettyCards'
s.version = '1.0.5'
s.summary = 'Powerfull tool for creating views like iOS 11 appstore cards or buttons.'
s.homepage = 'https://github.com/ilia3546/PrettyCards'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ilya Kharlamov' => 'ilia3546@me.com' }
s.source = { :git => 'https://github.com/ilia3546/PrettyCards.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.swift_version = ['4.2', '5.0']
s.source_files = 'Source/*.{swift,h,m}'
end