Files
JBChartView/Fragaria/0.0.1/Fragaria.podspec
T
Fabio Pelosin 2c0648301e [Fix] Fragaria.
2012-09-15 13:32:33 +02:00

21 lines
857 B
Ruby

Pod::Spec.new do |s|
s.name = 'Fragaria'
s.version = '0.0.1'
s.summary = 'Cocoa syntax highlighting text view.'
s.homepage = 'http://www.mugginsoft.com/code/fragaria'
s.author = { 'Jonathan Mitchell' => 'jonathan@mugginsoft.com' }
s.source = { :git => 'https://github.com/mugginsoft/Fragaria.git', :commit => '3a188114d7f40490ac11afc522542f69eb03e986' }
s.source_files = 'NS*.{h,m}', 'MG*.{h,m}', 'ICU*.{h,m}', 'SML*.{h,m}'
s.resources = 'SML*.xib', 'Syntax Definitions/*.plist', 'SyntaxDefinitions.plist'
s.platform = :osx
s.library = 'icucore'
s.license = 'BSD'
s.subspec 'unicode' do |ss|
ss.header_dir = 'unicode'
ss.source_files = 'icu/**/*.h'
end
# s.xcconfig = { 'HEADER_SEARCH_PATHS' => "$(PODS_ROOT)/Headers/Fragaria/icu/" }
end