blob: 85001de36d876efc1ae7414371339a9df312eef9 [file] [log] [blame] [edit]
# Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
name: example
description: 'Demonstrates using swiftgen'
version: 0.1.0
publish_to: 'none'
environment:
sdk: '>=3.9.0 <4.0.0'
dependencies:
ffi: ^2.1.0
ffigen: ^19.0.0
logging: ^1.3.0
objective_c: ^8.0.0
pub_semver: ^2.2.0
swiftgen:
path: ..
dev_dependencies:
dart_flutter_team_lints: ^3.5.2
test: ^1.21.1
dependency_overrides:
ffigen:
path: ../../ffigen/
objective_c:
path: ../../objective_c/
swift2objc:
path: ../../swift2objc/