Skip to content

Commit

Permalink
Added CEPopupPickerView as a podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseidhof committed Feb 20, 2012
1 parent a4f9860 commit cae5974
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CEPopupPickerView/0.1/CEPopupPickerView.podspec
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'CEPopupPickerView'
s.version = '0.1'
s.license = 'MIT'
s.summary = 'A UIPickerView that pops up, just like the Facebook app.'
s.homepage = 'https://github.com/chriseidhof/CEPopupPickerView'
s.author = { 'Chris Eidhof' => 'chris@eidhof.nl' }

s.source = { :git => 'https://github.com/chriseidhof/CEPopupPickerView.git', :tag => 'v0.1' }

s.platform = :ios
s.requires_arc = true

s.source_files = 'CEPopupPickerView/CEPopupPickerView.{h,m}'
s.clean_paths = '*.xcodeproj', '**/*.lproj', '**/*.plist', '*.xcworkspace',
'*Tests', 'Podfile', '**/*.pch',
"**/CEAppDelegate.*",
"**/CEViewController.{h,m}",
"**/main.m"
end

0 comments on commit cae5974

Please sign in to comment.