mirror of
https://github.com/zhigang1992/expo.git
synced 2026-01-13 09:09:46 +08:00
14 lines
469 B
Ruby
14 lines
469 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'ExponentCPP'
|
|
s.version = '1.0.0'
|
|
s.license = 'BSD-Exponent'
|
|
s.homepage = 'https://github.com/exponent/exponent/tree/master/cpp'
|
|
s.authors = { 'Nikhilesh Sigatapu' => 'nikki@getexponent.com' }
|
|
s.summary = 'Cross-platform C/C++ library for Exponent client code'
|
|
|
|
s.platform = :ios, "8.0"
|
|
s.source = { :path => '.' }
|
|
|
|
s.source_files = '*.{h,c,cpp,m,mm}', '**/*.{h,c,cpp,m,mm}'
|
|
end
|