blob: 3f340600208495d0689e82ebf29ffaaf8d9b9896 [file] [log] [blame]
{
"name": "GoogleProtobuf",
"module_name": "Protobuf",
"version": "3.0.0-beta-3.1",
"summary": "Protocol Buffers v.3 runtime library for Objective-C. v.2 is C++ language.",
"description": " Protocol buffers are Google's language-neutral, platform-neutral, \n extensible mechanism for serializing structured data – think XML, but \n smaller, faster, and simpler.\n\n Produces a stand-alone build of the Google Protocol Buffer library for\n use in iOS applications. Xcode 5 is required to build protobuf from source.\n A copy of the protoc compiler is also built and placed in the Pods/GoogleProtobuf\n folder. It may be used in a custom build rule to generate C++ files based on the \n .proto files.\n",
"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,
"prepare_command": "mkdir haha"
}