Pod::Spec.new do |s| s.name = 'MYIntroduction' s.version = '0.1.1' s.summary = 'Solution for building stylish app introductions and tutorials.' s.homepage = 'https://github.com/MatthewYork/iPhone-IntroductionTutorial' s.description = 'A "drop-in" solution for building stylish app introductions and tutorials. ' \ 'Now supports left-to-right and right-to-left languages.' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Matthew York" => "my3681@gmail.com" } s.source = { :git => "https://github.com/MatthewYork/iPhone-IntroductionTutorial.git", :commit => "8eb9f93c4d0651d4c6d40feb0bc76dedda4af547" } s.platform = :ios, '5.0' s.requires_arc = true s.source_files = 'IntroductionExample/MYIntroduction{Panel,View}.{h,m}' s.frameworks = 'QuartzCore' end