[Add] RadarSDKMotion 3.19.7-beta.1
[CocoaPods.git] / Specs / f / a / c / GoogleProtobuf / 3.0.0-beta-3.1 / GoogleProtobuf.podspec.json
blob3f340600208495d0689e82ebf29ffaaf8d9b9896
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",
8   "license": "New BSD",
9   "authors": {
10     "The Protocol Buffers contributors": "protobuf@googlegroups.com"
11   },
12   "cocoapods_version": ">= 1.0",
13   "source": {
14     "git": "https://github.com/google/protobuf.git",
15     "tag": "v3.0.0-beta-3.1"
16   },
17   "source_files": [
18     "objectivec/*.{h,m}",
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}"
29   ],
30   "preserve_paths": [
31     "objectivec/google/protobuf/Duration.pbobjc.m",
32     "objectivec/google/protobuf/Timestamp.pbobjc.m"
33   ],
34   "exclude_files": "objectivec/GPBProtocolBuffers.m",
35   "user_target_xcconfig": {
36     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
37   },
38   "pod_target_xcconfig": {
39     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
40   },
41   "platforms": {
42     "ios": "7.1",
43     "osx": "10.9"
44   },
45   "requires_arc": false,
46   "prepare_command": "mkdir haha"