-
Notifications
You must be signed in to change notification settings - Fork 1
/
LSCreditCardForm.podspec
30 lines (22 loc) · 1.07 KB
/
LSCreditCardForm.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
27
28
29
#
# Be sure to run `pod lib lint LSCreditCardForm.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 = 'LSCreditCardForm'
s.version = '1.3.0'
s.summary = 'Simple and engaging credit card form'
s.description = <<-DESC
Offer your users engaging way how to enter credit card detail. Task that is usually boring and bothersome can be lightened by presenting it in visually interesting way
DESC
s.homepage = 'https://github.com/lopdo/LSCreditCardForm'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'lopdo' => '[email protected]' }
s.source = { :git => 'https://github.com/lopdo/LSCreditCardForm.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'LSCreditCardForm/Classes/**/*'
s.resources = ["LSCreditCardForm/Assets/*.xcassets", "LSCreditCardForm/Assets/CreditCard.ttf"]
end