From 0ee8ab8a475ec10f53c5dca718ef4e4fce00f4c7 Mon Sep 17 00:00:00 2001 From: Evan Roth Date: Fri, 17 May 2013 15:36:47 -0400 Subject: [PATCH] [New Pod] STTwitter (0.0.1) --- STTwitter/0.0.1/STTwitter.podspec | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 STTwitter/0.0.1/STTwitter.podspec diff --git a/STTwitter/0.0.1/STTwitter.podspec b/STTwitter/0.0.1/STTwitter.podspec new file mode 100644 index 00000000..54c8c2d2 --- /dev/null +++ b/STTwitter/0.0.1/STTwitter.podspec @@ -0,0 +1,32 @@ +# +# Be sure to run `pod spec lint STTwitter.podspec' to ensure this is a +# valid spec and remove all comments before submitting the spec. +# +# To learn more about the attributes see http://docs.cocoapods.org/specification.html +# + +Pod::Spec.new do |s| + s.name = "STTwitter" + s.version = "0.0.1" + s.summary = "A lightweight Objective-C wrapper for Twitter's REST API 1.1." + s.homepage = "https://github.com/nst/STTwitter" + + s.license = { + :type => 'New BSD', + :text => <<-LICENSE + Copyright (c) 2012 Nicolas Seriot. All rights reserved. + LICENSE + } + + s.authors = 'Nicolas Seriot', 'Frank Dowsett', 'xnyhps' + s.source = { :git => "https://github.com/nst/STTwitter.git", :tag => '0.0.1' } + + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'STTwitter/*.{h,m}', 'STTwitter/Vendor/*.{h,m}' + + s.ios.frameworks = 'CoreGraphics', 'Foundation', 'QuartzCore', 'UIKit' + s.requires_arc = false +end \ No newline at end of file