blob: 9bb60f739004a0ef62cfe5869ebcb7862c51b396 [file] [log] [blame]
{
"name": "Protobuf",
"version": "3.8.0-rc1",
"summary": "Protocol Buffers v.3 runtime library for Objective-C.",
"homepage": "https://github.com/protocolbuffers/protobuf",
"license": "3-Clause BSD License",
"authors": {
"The Protocol Buffers contributors": "protobuf@googlegroups.com"
},
"cocoapods_version": ">= 1.0",
"source": {
"git": "https://github.com/protocolbuffers/protobuf.git",
"tag": "v3.8.0-rc1"
},
"source_files": [
"objectivec/*.{h,m}",
"objectivec/google/protobuf/Any.pbobjc.{h,m}",
"objectivec/google/protobuf/Api.pbobjc.{h,m}",
"objectivec/google/protobuf/Duration.pbobjc.{h,m}",
"objectivec/google/protobuf/Empty.pbobjc.{h,m}",
"objectivec/google/protobuf/FieldMask.pbobjc.{h,m}",
"objectivec/google/protobuf/SourceContext.pbobjc.{h,m}",
"objectivec/google/protobuf/Struct.pbobjc.{h,m}",
"objectivec/google/protobuf/Timestamp.pbobjc.{h,m}",
"objectivec/google/protobuf/Type.pbobjc.{h,m}",
"objectivec/google/protobuf/Wrappers.pbobjc.{h,m}"
],
"exclude_files": "objectivec/GPBProtocolBuffers.m",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": false
}