forked from arashpayan/APTokenField
-
Notifications
You must be signed in to change notification settings - Fork 2
/
APTokenField.podspec
23 lines (19 loc) · 1020 Bytes
/
APTokenField.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "APTokenField"
s.version = "0.0.5"
s.summary = "A simple, lightweight, yet equally powerful version of Three20's TTPickerTextField."
s.homepage = "https://github.com/unteleported/APTokenField"
s.license = {
:type => 'New BSD',
:text => <<-LICENSE
Copyright 2012. Arash Payan. This library is distributed under the terms of the BSD 3-clause license ("BSD New" or "BSD Simlpified").
While not required, I greatly encourage and appreciate any improvements that you make to this library be contributed back for the benefit of all who use APTokenField.
LICENSE
}
s.authors = { "Arash Payan" => "[email protected]", "Olexandr Skrypnyk" => "[email protected]" }
s.source = { :git => "https://github.com/unteleported/APTokenField.git", :tag => "0.0.5" }
s.platform = :ios, '5.0'
s.source_files = 'APTokenField/APTokenField.{h,m}'
s.frameworks = 'QuartzCore', 'CoreGraphics'
s.requires_arc = true
end