Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
30 changes: 30 additions & 0 deletions LocalPodspecs/FlatBuffers.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "FlatBuffers",
"version": "25.2.10",
"summary": "FlatBuffers: Memory Efficient Serialization Library",
"description": "TODO: Delete this file once upstream FlatBuffers podspec adds watchOS support. This is a local copy that only adds watchos to the platforms field. Track: https://github.com/google/flatbuffers",
"homepage": "https://github.com/google/flatbuffers",
"license": {
"type": "Apache2.0",
"file": "LICENSE"
},
"authors": {
"mustii": "me@mustiikhalil.se"
},
"source": {
"git": "https://github.com/google/flatbuffers.git",
"tag": "v25.2.10",
"submodules": true
},
"platforms": {
"ios": "11.0",
"osx": "10.14",
"watchos": "7.0"
},
"swift_versions": "5.0",
"source_files": "swift/Sources/Flatbuffers/*.swift",
"pod_target_xcconfig": {
"BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
},
"swift_version": "5.0"
}
9 changes: 6 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ platform :ios, '15.0'
use_frameworks!

target 'RemoteShutter' do
pod 'Google-Mobile-Ads-SDK', '~> 11.0'
pod 'GoogleUserMessagingPlatform', '~> 2.0'
pod 'SwiftLint', '~> 0.41.0'
pod 'FlatBuffers', :git => 'https://github.com/google/flatbuffers.git', :tag => 'v25.2.10'
pod 'FlatBuffers', :podspec => 'LocalPodspecs/FlatBuffers.podspec.json'

target 'RemoteShutterTests' do
inherit! :search_paths
end
end

target 'RemoteShutterWatch' do
platform :watchos, '10.0'
pod 'FlatBuffers', :podspec => 'LocalPodspecs/FlatBuffers.podspec.json'
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
Expand Down
18 changes: 4 additions & 14 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,38 +1,28 @@
PODS:
- FlatBuffers (25.2.10)
- Google-Mobile-Ads-SDK (11.13.0):
- GoogleUserMessagingPlatform (>= 1.1)
- GoogleUserMessagingPlatform (2.7.0)
- SwiftLint (0.41.0)

DEPENDENCIES:
- FlatBuffers (from `https://github.com/google/flatbuffers.git`, tag `v25.2.10`)
- Google-Mobile-Ads-SDK (~> 11.0)
- GoogleUserMessagingPlatform (~> 2.0)
- FlatBuffers (from `LocalPodspecs/FlatBuffers.podspec.json`)
- SwiftLint (~> 0.41.0)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- Google-Mobile-Ads-SDK
- GoogleUserMessagingPlatform
- SwiftLint

EXTERNAL SOURCES:
FlatBuffers:
:git: https://github.com/google/flatbuffers.git
:tag: v25.2.10
:podspec: LocalPodspecs/FlatBuffers.podspec.json

CHECKOUT OPTIONS:
FlatBuffers:
:git: https://github.com/google/flatbuffers.git
:tag: v25.2.10

SPEC CHECKSUMS:
FlatBuffers: 59bb5c77a4ead6390a01999e19d48acabac10925
Google-Mobile-Ads-SDK: 14f57f2dc33532a24db288897e26494640810407
GoogleUserMessagingPlatform: a8b56893477f67212fbc8411c139e61d463349f5
FlatBuffers: ea82f0a02f6de2e7b83bf1714bef546cf582254d
SwiftLint: c585ebd615d9520d7fbdbe151f527977b0534f1e

PODFILE CHECKSUM: 5a96425c38956c97cbb8b5f6e2fe6c6666ba5f73
PODFILE CHECKSUM: 1f8e130699426ad8fc23414181b8003578462d38

COCOAPODS: 1.16.2

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading