Skip to content

Commit

Permalink
Added BSModalPickerView
Browse files Browse the repository at this point in the history
  • Loading branch information
subdigital committed Aug 7, 2012
1 parent 75a9afd commit ce13b75
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BSModalPickerView/0.1/BSModalPickerView.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "BSModalPickerView"
s.version = "0.1"
s.summary = "A custom UIPickerView with a simple list of options, along with a toolbar for Done/Cancel and a faded backdrop view."
s.homepage = "https://github.com/subdigital/BSModalPickerView"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ben Scheirman" => "ben@scheirman.com" }
s.source = {
:git => "https://github.com/subdigital/BSModalPickerView.git",
:tag => "0.1"
}

s.platform = :ios, '4.0'
s.source_files = '*.{h,m}'
s.requires_arc = true
end

0 comments on commit ce13b75

Please sign in to comment.