From cae5974c853f1ac86f99b0606850ca939f2b9d0e Mon Sep 17 00:00:00 2001 From: Chris Eidhof Date: Mon, 20 Feb 2012 14:57:08 +0100 Subject: [PATCH] Added CEPopupPickerView as a podspec --- .../0.1/CEPopupPickerView.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CEPopupPickerView/0.1/CEPopupPickerView.podspec diff --git a/CEPopupPickerView/0.1/CEPopupPickerView.podspec b/CEPopupPickerView/0.1/CEPopupPickerView.podspec new file mode 100644 index 00000000000000..a3be3684672d17 --- /dev/null +++ b/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