Skip to content

Commit

Permalink
Merge pull request #1786 from workshirt/master
Browse files Browse the repository at this point in the history
Added WSCoachMarksView 0.1 podspec
  • Loading branch information
keith committed Apr 12, 2013
2 parents f6d95df + bb3b2ee commit 1be364f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions WSCoachMarksView/0.1/WSCoachMarksView.podspec
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1be364f

Please sign in to comment.