forked from tungngodinh/LEAmountInputView
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLEAmountInputView.podspec
More file actions
24 lines (23 loc) · 1.08 KB
/
LEAmountInputView.podspec
File metadata and controls
24 lines (23 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Be sure to run `pod lib lint LEAmountInputView.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "LEAmountInputView"
s.version = "0.1.6"
s.summary = "Amount Input View (inspired by Square's design)"
s.description = "LEAmountInputView is an amount input view inspired by Square's design"
s.homepage = "https://github.com/efremidze/LEAmountInputView"
s.screenshots = "https://github.com/efremidze/LEAmountInputView/raw/master/Screenshots/example.gif"
s.license = 'MIT'
s.author = { "Lasha Efremidze" => "efremidzel@hotmail.com" }
s.source = { :git => "https://github.com/tungngodinh/LEAmountInputView.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'LEAmountInputView/*.{h,m}'
s.dependency 'FontAwesomeKit'
end