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