[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / c / d / Protobuf / 3.0.0-beta-2 / Protobuf.podspec.json
blob9dd6b91fe59a7cca80043e59550e13b4ffa0d3f1
2   "name": "Protobuf",
3   "version": "3.0.0-beta-2",
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-2"
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/Descriptor.pbobjc.{h,m}",
19     "objectivec/google/protobuf/Duration.pbobjc.h",
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",
25     "objectivec/google/protobuf/Type.pbobjc.{h,m}",
26     "objectivec/google/protobuf/Wrappers.pbobjc.{h,m}"
27   ],
28   "preserve_paths": [
29     "objectivec/google/protobuf/Duration.pbobjc.m",
30     "objectivec/google/protobuf/Timestamp.pbobjc.m"
31   ],
32   "exclude_files": "objectivec/GPBProtocolBuffers.m",
33   "header_mappings_dir": "objectivec",
34   "platforms": {
35     "ios": "7.1",
36     "osx": "10.9"
37   },
38   "requires_arc": false