Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Added Cocoapods podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkelstern committed Sep 20, 2012
1 parent 46adb43 commit 8e0f441
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions DSTPickerView.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "DSTPickerView"
s.version = "1.0"
s.summary = "Drop-in replacement for UIPickerView with additional features."
s.homepage = "https://github.com/dunkelstern/DSTPickerView"
s.license = { :type => 'BSD (2 clause)', :file => 'LICENSE.txt' }
s.author = { "Johannes Schriewer" => "jschriewer@gmail.com" }
s.source = { :git => "https://github.com/dunkelstern/DSTPickerView.git", :tag => "1.0" }
s.platform = :ios, '5.0'
s.ios.deployment_target = '5.0'
s.source_files = 'picker/*.{h,m}'
s.frameworks = 'QuartzCore', 'AudioToolbox'
s.requires_arc = true
end

0 comments on commit 8e0f441

Please sign in to comment.