We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287ed44 commit 6bbccddCopy full SHA for 6bbccdd
boost-for-react-native.podspec
@@ -0,0 +1,18 @@
1
+Pod::Spec.new do |spec|
2
+ spec.name = 'boost-for-react-native'
3
+ spec.version = '1.63.0'
4
+ spec.license = { :type => 'Boost Software License', :file => "LICENSE_1_0.txt" }
5
+ spec.homepage = 'http://www.boost.org'
6
+ spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.'
7
+ spec.authors = 'Rene Rivera'
8
+ spec.source = { :git => 'https://github.com/react-native-community/boost-for-react-native.git',
9
+ :tag => 'v1.63.0-0' }
10
+
11
+ # Pinning to the same version as React.podspec.
12
+ spec.platforms = { :ios => '8.0', :tvos => '9.2' }
13
+ spec.requires_arc = false
14
15
+ spec.module_name = 'boost'
16
+ spec.header_dir = 'boost'
17
+ spec.preserve_path = 'boost'
18
+end
0 commit comments