Skip to content

Commit 6bbccdd

Browse files
CFKevinRefbestander
authored andcommitted
Add spec for 1.63.0 CocoaPods distribution (#4)
1 parent 287ed44 commit 6bbccdd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

boost-for-react-native.podspec

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)