From 224e3e720db97dcb5f68f644eff4ee5bf24c51d9 Mon Sep 17 00:00:00 2001 From: Sebastien THIEBAUD Date: Sat, 22 Dec 2012 13:44:48 -0800 Subject: [PATCH] STScratchView 1.0.0 --- STScratchView/1.0.0/STScratchView.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 STScratchView/1.0.0/STScratchView.podspec diff --git a/STScratchView/1.0.0/STScratchView.podspec b/STScratchView/1.0.0/STScratchView.podspec new file mode 100755 index 00000000..e55fadf2 --- /dev/null +++ b/STScratchView/1.0.0/STScratchView.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = "STScratchView" + s.version = "1.0.0" + s.summary = "A UIView which allow a scratching behavior." + s.homepage = "https://github.com/SebastienThiebaud/STScratchView" + + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Sebastien THIEBAUD" => "sthiebaud@icloud.com" } + s.source = { + :git => "https://github.com/SebastienThiebaud/STScratchView.git", + :tag => "1.0.0" + } + + s.platform = :ios, '5.0' + s.source_files = 'STScratchView/STScratchView.{h,m}' + s.requires_arc = true +end \ No newline at end of file