1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "flutter_blue",
- "version": "0.0.1",
- "summary": "A new flutter plugin project.",
- "description": "A new flutter plugin project.",
- "homepage": "http://example.com",
- "license": {
- "file": "../LICENSE"
- },
- "authors": {
- "Your Company": "email@example.com"
- },
- "source": {
- "path": "."
- },
- "source_files": "Classes/**/*",
- "public_header_files": "Classes/**/*.h",
- "dependencies": {
- "Flutter": [
-
- ],
- "!ProtoCompiler": [
-
- ]
- },
- "frameworks": "CoreBluetooth",
- "prepare_command": "mkdir -p gen\n/Users/richardstern/IdeaProjects/touch_demonstrator/ios/Pods/!ProtoCompiler/protoc --objc_out=gen --proto_path=../protos ../protos/*.proto",
- "pod_target_xcconfig": {
- "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
- },
- "platforms": {
- "ios": "8.0"
- },
- "subspecs": [
- {
- "name": "Protos",
- "source_files": "gen/**/*.pbobjc.{h,m}",
- "header_mappings_dir": "gen",
- "requires_arc": false,
- "dependencies": {
- "Protobuf": [
-
- ]
- }
- }
- ]
- }
|