From bb3b2eeea9dc9890171be22b4eafb70974ac7124 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Fri, 12 Apr 2013 16:06:12 -0400 Subject: [PATCH] Added WSCoachMarksView 0.1 podspec --- WSCoachMarksView/0.1/WSCoachMarksView.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 WSCoachMarksView/0.1/WSCoachMarksView.podspec diff --git a/WSCoachMarksView/0.1/WSCoachMarksView.podspec b/WSCoachMarksView/0.1/WSCoachMarksView.podspec new file mode 100644 index 000000000000000..0ab54ed77841e01 --- /dev/null +++ b/WSCoachMarksView/0.1/WSCoachMarksView.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "WSCoachMarksView" + s.version = "0.1" + s.summary = "iOS drop-in class for interactive coach marks with cutouts to spotlight the app's existing UI." + s.homepage = "https://github.com/workshirt/WSCoachMarksView" + s.screenshots = "https://dl.dropboxusercontent.com/u/26188/CoachMarks/coachMarksScreen1.png", "https://dl.dropboxusercontent.com/u/26188/CoachMarks/coachMarksScreen2.png", "https://dl.dropboxusercontent.com/u/26188/CoachMarks/coachMarksScreen3.png", "https://dl.dropboxusercontent.com/u/26188/CoachMarks/coachMarksScreen4.png", "https://dl.dropboxusercontent.com/u/26188/CoachMarks/coachMarksScreen5.png", "https://dl.dropboxusercontent.com/u/26188/CoachMarks/coachMarksScreen6.png" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Dimitry Bentsionov" => "dimitry@workshirtinc.com" } + s.source = { :git => "https://github.com/workshirt/WSCoachMarksView.git", :tag => s.version.to_s } + s.platform = :ios + s.source_files = '*.{h,m}' + s.frameworks = 'QuartzCore', 'CoreGraphics' + s.requires_arc = true +end \ No newline at end of file