Files
expo/cpp/ExponentCPP.podspec
Nikhilesh Sigatapu 97cf132eee Add ExponentCPP Pod to build/link with C++ library
fbshipit-source-id: 48994c3
2016-10-31 19:44:29 +00:00

14 lines
471 B
Ruby

Pod::Spec.new do |s|
s.name = 'ExponentCPP'
s.version = '1.0.0'
s.license = 'BSD-Exponent'
s.homepage = 'https://github.com/exponentjs/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