Skip to content

Commit 94d548d

Browse files
author
Ahmet Sina Ustem
committed
Podspec updated
1 parent 2631acd commit 94d548d

1 file changed

Lines changed: 5 additions & 21 deletions

File tree

ALFormInput.podspec

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'ALFormInput'
1111
s.version = '0.1.0'
12-
s.summary = 'A short description of ALFormInput.'
13-
14-
# This description is used to generate tags and improve search results.
15-
# * Think: What does it do? Why did you write it? What is the focus?
16-
# * Try to keep it short, snappy and to the point.
17-
# * Write the description between the DESC delimiters below.
18-
# * Finally, don't worry about the indent, CocoaPods strips it!
19-
20-
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
22-
DESC
12+
s.summary = 'Commonly used form inputs in our projects'
2313

2414
s.homepage = 'https://github.com/applogistdev/ALFormInput'
2515
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
@@ -28,16 +18,10 @@ TODO: Add long description of the pod here.
2818
s.source = { :git => 'https://github.com/applogistdev/ALFormInput.git', :tag => s.version.to_s }
2919
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3020

31-
s.ios.deployment_target = '8.0'
21+
s.ios.deployment_target = '11.3'
3222

3323
s.source_files = 'ALFormInput/Classes/**/*'
34-
35-
# s.resource_bundles = {
36-
# 'ALFormInput' => ['ALFormInput/Assets/*.png']
37-
# }
38-
39-
# s.public_header_files = 'Pod/Classes/**/*.h'
40-
# s.frameworks = 'UIKit', 'MapKit'
41-
s.dependency 'SkyFloatingLabelTextField', '~> 3.0'
42-
s.dependency 'PhoneNumberKit', '~> 3.1'
24+
s.frameworks = 'UIKit'
25+
s.dependency 'SkyFloatingLabelTextField', '~> 3.0'
26+
s.dependency 'PhoneNumberKit', '~> 3.1'
4327
end

0 commit comments

Comments
 (0)