[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 7 / e / SILProtoBuffer / 1.0.2 / SILProtoBuffer.podspec.json
blobd9c097e8f12b5ad7aa1a6d3edc0b006d5a82f356
2   "name": "SILProtoBuffer",
3   "version": "1.0.2",
4   "summary": "A networking framework based on Google Protobuf v2.6 & AFNetworking that can help you pack APIs",
5   "cocoapods_version": ">= 1.0",
6   "homepage": "https://github.com/silver6wings/SILProtoBuffer",
7   "license": "MIT",
8   "authors": {
9     "silver6wings": "silver6wings@126.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/silver6wings/SILProtobuffer.git",
16     "tag": "1.0.2"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "objective-c/SILProtobuffer/SILProtobuffer.h",
21     "objective-c/SILProtobuffer/SILAPI.h",
22     "objective-c/SILProtobuffer/SILManager.{h,m}",
23     "objective-c/SILProtobuffer/SILParser.{h,m}",
24     "objective-c/SILProtobuffer/SILRequester.{h,m}"
25   ],
26   "subspecs": [
27     {
28       "name": "AFNetworking",
29       "requires_arc": true,
30       "source_files": "objective-c/AFNetworking/*.{h,m}"
31     },
32     {
33       "name": "GoogleProtobuf",
34       "requires_arc": false,
35       "source_files": [
36         "objective-c/GoogleProtobuf/*.{h,m}",
37         "objective-c/GoogleProtobuf/protobuf/Any.pbobjc.{h,m}",
38         "objective-c/GoogleProtobuf/protobuf/Api.pbobjc.{h,m}",
39         "objective-c/GoogleProtobuf/protobuf/Duration.pbobjc.{h,m}",
40         "objective-c/GoogleProtobuf/protobuf/Empty.pbobjc.{h,m}",
41         "objective-c/GoogleProtobuf/protobuf/FieldMask.pbobjc.{h,m}",
42         "objective-c/GoogleProtobuf/protobuf/SourceContext.pbobjc.{h,m}",
43         "objective-c/GoogleProtobuf/protobuf/Struct.pbobjc.{h,m}",
44         "objective-c/GoogleProtobuf/protobuf/Timestamp.pbobjc.{h,m}",
45         "objective-c/GoogleProtobuf/protobuf/Type.pbobjc.{h,m}",
46         "objective-c/GoogleProtobuf/protobuf/Wrappers.pbobjc.{h,m}"
47       ],
48       "exclude_files": "objective-c/GoogleProtobuf/GPBProtocolBuffers.m"
49     }
50   ]