2 "name": "SILProtoBuffer",
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",
9 "silver6wings": "silver6wings@126.com"
15 "git": "https://github.com/silver6wings/SILProtobuffer.git",
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}"
28 "name": "AFNetworking",
30 "source_files": "objective-c/AFNetworking/*.{h,m}"
33 "name": "GoogleProtobuf",
34 "requires_arc": false,
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}"
48 "exclude_files": "objective-c/GoogleProtobuf/GPBProtocolBuffers.m"