Files
JBChartView/Surikae/0.2.1/Surikae.podspec
T
2012-07-06 08:42:01 +09:00

14 lines
594 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Pod::Spec.new do |s|
s.name = 'Surikae'
s.version = '0.2.1'
s.license = 'BSD'
s.summary = 'Surikae exchanges a class or instance method. Its helpful for unit testing of Objective-C.'
s.homepage = 'https://github.com/katsuyoshi/Surikae/wiki'
s.author = { 'Katsuyoshi Ito' => 'kito@itosoft.com' }
s.source = { :git => 'https://github.com/katsuyoshi/Surikae.git', :tag => '0.2.1' }
s.description = 'Surikae replace a method by blocks. Its helpful for unit testing for Objective-C.'
s.platform = :ios
s.source_files = 'surikae'
s.framework = 'Foundation'
end