Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
1.1
  • Loading branch information
KiranPatelSpaceo committed Feb 25, 2014
1 parent f957e5e commit 15bc5aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions KDropDownMultipleSelection.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "KDropDownMultipleSelection"
s.version = "1.0"
s.version = "1.1"
s.summary = "Single or multiple selection in dropdownlist"


Expand All @@ -13,9 +13,10 @@ Pod::Spec.new do |s|

s.author = { "kiran5232" => "[email protected]" }

s.source = { :git => "https://github.com/kiran5232/KDropDownMultipleSelection.git", :tag => "1.0" }
s.source = { :git => "https://github.com/kiran5232/KDropDownMultipleSelection.git", :tag => "1.1" }

s.source_files = 'KDropDownMultipleSelection/kDropDown/DropDownListView.{h,m}','KDropDownMultipleSelection/kDropDown/DropDownViewCell.{h,m}'
s.source_files = "kDropDown/*.{h,m}"
s.resources = "kDropDown/*.png"
s.platform = "ios"
s.platform = "ios", "6.0"
s.framework = "UIKit"
Expand Down

0 comments on commit 15bc5aa

Please sign in to comment.