2 "name": "GoogleProtobuf",
3 "module_name": "Protobuf",
4 "version": "3.0.0-beta-3.1",
5 "summary": "Protocol Buffers v.3 runtime library for Objective-C. v.2 is C++ language.",
6 "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",
7 "homepage": "https://github.com/google/protobuf",
10 "The Protocol Buffers contributors": "protobuf@googlegroups.com"
12 "cocoapods_version": ">= 1.0",
14 "git": "https://github.com/google/protobuf.git",
15 "tag": "v3.0.0-beta-3.1"
19 "objectivec/google/protobuf/Any.pbobjc.{h,m}",
20 "objectivec/google/protobuf/Api.pbobjc.{h,m}",
21 "objectivec/google/protobuf/Duration.pbobjc.h",
22 "objectivec/google/protobuf/Empty.pbobjc.{h,m}",
23 "objectivec/google/protobuf/FieldMask.pbobjc.{h,m}",
24 "objectivec/google/protobuf/SourceContext.pbobjc.{h,m}",
25 "objectivec/google/protobuf/Struct.pbobjc.{h,m}",
26 "objectivec/google/protobuf/Timestamp.pbobjc.h",
27 "objectivec/google/protobuf/Type.pbobjc.{h,m}",
28 "objectivec/google/protobuf/Wrappers.pbobjc.{h,m}"
31 "objectivec/google/protobuf/Duration.pbobjc.m",
32 "objectivec/google/protobuf/Timestamp.pbobjc.m"
34 "exclude_files": "objectivec/GPBProtocolBuffers.m",
35 "user_target_xcconfig": {
36 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
38 "pod_target_xcconfig": {
39 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
45 "requires_arc": false,
46 "prepare_command": "mkdir haha"