blob: e9afc0fd0e180dad7f6f20d771617705e0f0f65f [file] [log] [blame]
{
"name": "Protobuf",
"version": "3.0.0-beta-3.1",
"summary": "Protocol Buffers v.3 runtime library for Objective-C.",
"homepage": "https://github.com/google/protobuf",
"license": "New BSD",
"authors": {
"The Protocol Buffers contributors": "protobuf@googlegroups.com"
},
"cocoapods_version": ">= 1.0",
"source": {
"git": "https://github.com/google/protobuf.git",
"tag": "v3.0.0-beta-3.1"
},
"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",
"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",
"objectivec/google/protobuf/Type.pbobjc.{h,m}",
"objectivec/google/protobuf/Wrappers.pbobjc.{h,m}"
],
"preserve_paths": [
"objectivec/google/protobuf/Duration.pbobjc.m",
"objectivec/google/protobuf/Timestamp.pbobjc.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.1",
"osx": "10.9"
},
"requires_arc": false
}