[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / c / d / Protobuf / 3.11.4 / Protobuf.podspec.json
blob4c66594b0a80af087feffb92f2330a6762f0bfb9
2   "name": "Protobuf",
3   "version": "3.11.4",
4   "summary": "Protocol Buffers v.3 runtime library for Objective-C.",
5   "homepage": "https://github.com/protocolbuffers/protobuf",
6   "license": "3-Clause BSD License",
7   "authors": {
8     "The Protocol Buffers contributors": "protobuf@googlegroups.com"
9   },
10   "cocoapods_version": ">= 1.0",
11   "module_name": "protobuf",
12   "source": {
13     "git": "https://github.com/protocolbuffers/protobuf.git",
14     "tag": "v3.11.4"
15   },
16   "source_files": [
17     "objectivec/*.{h,m}",
18     "objectivec/google/protobuf/Any.pbobjc.{h,m}",
19     "objectivec/google/protobuf/Api.pbobjc.{h,m}",
20     "objectivec/google/protobuf/Duration.pbobjc.{h,m}",
21     "objectivec/google/protobuf/Empty.pbobjc.{h,m}",
22     "objectivec/google/protobuf/FieldMask.pbobjc.{h,m}",
23     "objectivec/google/protobuf/SourceContext.pbobjc.{h,m}",
24     "objectivec/google/protobuf/Struct.pbobjc.{h,m}",
25     "objectivec/google/protobuf/Timestamp.pbobjc.{h,m}",
26     "objectivec/google/protobuf/Type.pbobjc.{h,m}",
27     "objectivec/google/protobuf/Wrappers.pbobjc.{h,m}"
28   ],
29   "exclude_files": "objectivec/GPBProtocolBuffers.m",
30   "user_target_xcconfig": {
31     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
32   },
33   "pod_target_xcconfig": {
34     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
35   },
36   "platforms": {
37     "ios": "7.0",
38     "osx": "10.9",
39     "tvos": "9.0",
40     "watchos": "2.0"
41   },
42   "requires_arc": false