Files
JBChartView/Specify/0.0.1/Specify.podspec
T
2013-01-30 21:52:07 +00:00

15 lines
611 B
Ruby

Pod::Spec.new do |s|
s.name = 'Specify'
s.version = '0.0.1'
s.license = 'MIT'
s.platform = :ios, '5.0'
s.summary = "An Objective-C behaviour-driven development library."
s.homepage = 'https://github.com/rdavies/Specify'
s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' }
s.source = { :git => 'https://github.com/rdavies/Specify.git', :tag => '0.0.1' }
s.source_files = 'Specify/*.{h,m}'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
s.requires_arc = true
end