Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
shebinkoshy committed Nov 13, 2017
1 parent a96bde6 commit c872b29
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions SSDropDown.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Pod::Spec.new do |s|

s.name = "SSDropDown"
s.version = "1.0"
s.summary = "Simple & customizable dropdown"


s.description = <<-DESC
* Dropdown support for both swift and objective C.
* Simple & customizable dropdown.
DESC

s.homepage = "https://github.com/shebinkoshy/DropDown.git"
s.license = { :type => "MIT", :file => "LICENSE" }


s.author = { "" => "Shebin Koshy" }

s.platform = :ios
s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/shebinkoshy/DropDown.git", :tag => "1.0" }


s.source_files = "*.{h,m}"

end

0 comments on commit c872b29

Please sign in to comment.