[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / c / d / Protobuf / 3.0.0-alpha-3 / Protobuf.podspec.json
blobc5942265095a5752191440db0502bceeb4199d2a
2   "name": "Protobuf",
3   "version": "3.0.0-alpha-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-alpha-3"
13   },
14   "source_files": [
15     "objectivec/*.{h,m}",
16     "objectivec/google/protobuf/Any.pbobjc.{h,m}",
17     "objectivec/google/protobuf/Descriptor.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/Timestamp.pbobjc.h",
23     "objectivec/google/protobuf/Wrappers.pbobjc.{h,m}"
24   ],
25   "preserve_paths": [
26     "objectivec/google/protobuf/Duration.pbobjc.m",
27     "objectivec/google/protobuf/Timestamp.pbobjc.m"
28   ],
29   "exclude_files": [
30     "objectivec/GPBProtocolBuffers.m",
31     "objectivec/google/protobuf/Api.pbobjc.{h,m}",
32     "objectivec/google/protobuf/Struct.pbobjc.{h,m}",
33     "objectivec/google/protobuf/Type.pbobjc.{h,m}"
34   ],
35   "header_mappings_dir": "objectivec",
36   "platforms": {
37     "ios": "6.0",
38     "osx": "10.8"
39   },
40   "requires_arc": false