Skip to content

Commit

Permalink
Update iOSDropDown.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jriosdev authored May 3, 2018
1 parent a35f972 commit e869bfb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions iOSDropDown.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ Pod::Spec.new do |s|
s.version = '0.1.4'
s.summary = ' iOSDropDown is an Awesome DropDown Library with Search'
s.swift_version = '4.0'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
iOSDropDown is an Awesome Drop Down Menu Library with Search & other customization options
DESC
Expand All @@ -28,9 +22,9 @@ iOSDropDown is an Awesome Drop Down Menu Library with Search & other customizati
s.source = { :git => 'https://github.com/jriosdev/iOSDropDown.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/jishnurajt'

s.ios.deployment_target = '8.0'


s.source_files = 'iOSDropDown/Classes/**/*'
s.source_files = 'iOSDropDown/Classes/**/*'

# s.resource_bundles = {
# 'iOSDropDown' => ['iOSDropDown/Assets/*.png']
Expand Down

0 comments on commit e869bfb

Please sign in to comment.