Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions boost-for-react-native.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |spec|
spec.name = 'boost-for-react-native'
spec.version = '1.63.0-1'
spec.version = '1.63.0'
spec.license = { :type => 'Boost Software License', :file => "LICENSE_1_0.txt" }
spec.homepage = 'http://www.boost.org'
spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.'
spec.authors = 'Rene Rivera'
spec.source = { :git => 'https://github.com/react-native-community/boost-for-react-native.git',
:tag => 'v1.63.0-1' }
:tag => 'v1.63.0' }

# Pinning to the same version as React.podspec.
spec.platforms = { :ios => '11.0', :tvos => '11.0' }
Expand Down