-
Notifications
You must be signed in to change notification settings - Fork 1
/
PKAutofillTextField.podspec
25 lines (24 loc) · 1.27 KB
/
PKAutofillTextField.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
#
# Be sure to run `pod lib lint PKAutofillTextField.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 = 'PKAutofillTextField'
s.version = '1.0.2'
s.summary = 'Smart textfield holds existing inputs'
s.description = 'Smart textfield holds existing inputs. E.g You do not want to enter server address again by typing than selecting from existing inputs'
#TODO: 'need to hande CATransition issue while deleting all the items'
s.homepage = 'https://github.com/pvn/PKAutofillTextField'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Praveen Kumar Shrivastav' => '[email protected]' }
s.source = { :git => 'https://github.com/pvn/PKAutofillTextField.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/praveen_tech'
s.ios.deployment_target = '10.0'
s.source_files = 'PKAutofillTextField/Classes/**/*'
s.swift_version = '4.0'
# s.dependency 'AFNetworking', '~> 2.3'
end