When I install FlatBuffers with the following in my Podfile:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'HelloWorld2' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for HelloWorld2
pod 'FlatBuffers'
end
Version 22.9.24 gets installed.
I checked the CocoaPods Specs repository, and 22.9.24 is the highest version available:
Specs Repository
However, I noticed that version 24.3.25 exists in the FlatBuffers project on GitHub:
FlatBuffers Podspec
Has version 24.3.25 not been pushed to the CocoaPods trunk? Is the actual latest version the one listed on the CocoaPods Specs repository?
Thanks.
Thank you for submitting an issue!
Please make sure you include the names of the affected language(s), compiler version(s), operating system version(s), and FlatBuffers version(s) in your issue title.
This helps us get the correct maintainers to look at your issue. Here are examples of good titles:
Crash when accessing FlatBuffer [C++, gcc 4.8, OS X, master]
Flatc converts a protobuf 'bytes' field to 'string' in fbs schema file [all languages, FlatBuffers 1.4]
When I install FlatBuffers with the following in my Podfile:
Version 22.9.24 gets installed.
I checked the CocoaPods Specs repository, and 22.9.24 is the highest version available: Specs Repository
However, I noticed that version 24.3.25 exists in the FlatBuffers project on GitHub: FlatBuffers Podspec
Has version 24.3.25 not been pushed to the CocoaPods trunk? Is the actual latest version the one listed on the CocoaPods Specs repository?
Thanks.
Thank you for submitting an issue!
Please make sure you include the names of the affected language(s), compiler version(s), operating system version(s), and FlatBuffers version(s) in your issue title.
This helps us get the correct maintainers to look at your issue. Here are examples of good titles:
Include other details as appropriate.
Thanks!