From b3d4f78fd5ba6f0d64d3778204c89d8d9cfff269 Mon Sep 17 00:00:00 2001 From: rrossinvicara Date: Mon, 1 Dec 2014 15:07:25 -0500 Subject: [PATCH] Removed podspec --- VENTokenField.podspec | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 VENTokenField.podspec diff --git a/VENTokenField.podspec b/VENTokenField.podspec deleted file mode 100644 index 96e415f..0000000 --- a/VENTokenField.podspec +++ /dev/null @@ -1,18 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'VENTokenField' - s.version = '2.2.3' - s.summary = 'Token field used in the Venmo app.' - s.description = <<-DESC - An easy to use token field that in used in the Venmo app. - DESC - s.homepage = 'https://github.com/venmo/VENTokenField' - s.screenshot = 'http://i.imgur.com/a1FfEBi.gif' - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'Venmo' => 'ios@venmo.com'} - s.source = { :git => 'https://github.com/venmo/VENTokenField.git', :tag => "v#{s.version}" } - s.source_files = 'VENTokenField/**/*.{h,m}' - s.resources = ["VENTokenField/**/*.{xib,png}"] - s.dependency 'FrameAccessor', '~> 1.0' - s.platform = :ios, '7.0' - s.requires_arc = true -end