[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / c / d / Protobuf / 3.0.0-beta-3 / Protobuf.podspec.json
blob9c5e3a49f22dbaf6741f50e10b12600ed1d9e31a
2   "name": "Protobuf",
3   "version": "3.0.0-beta-3",
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   "source": {
11     "git": "https://github.com/google/protobuf.git",
12     "tag": "v3.0.0-beta-3"
13   },
14   "source_files": [
15     "objectivec/*.{h,m}",
16     "objectivec/google/protobuf/Any.pbobjc.{h,m}",
17     "objectivec/google/protobuf/Api.pbobjc.{h,m}",
18     "objectivec/google/protobuf/Duration.pbobjc.h",
19     "objectivec/google/protobuf/Empty.pbobjc.{h,m}",
20     "objectivec/google/protobuf/FieldMask.pbobjc.{h,m}",
21     "objectivec/google/protobuf/SourceContext.pbobjc.{h,m}",
22     "objectivec/google/protobuf/Struct.pbobjc.{h,m}",
23     "objectivec/google/protobuf/Timestamp.pbobjc.h",
24     "objectivec/google/protobuf/Type.pbobjc.{h,m}",
25     "objectivec/google/protobuf/Wrappers.pbobjc.{h,m}"
26   ],
27   "preserve_paths": [
28     "objectivec/google/protobuf/Duration.pbobjc.m",
29     "objectivec/google/protobuf/Timestamp.pbobjc.m"
30   ],
31   "exclude_files": "objectivec/GPBProtocolBuffers.m",
32   "header_mappings_dir": "objectivec",
33   "platforms": {
34     "ios": "7.1",
35     "osx": "10.9"
36   },
37   "requires_arc": false