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",
19 "source_files": "objective-c/SILProtobuffer/*.{h,m}",
22 "name": "AFNetworking",
24 "source_files": "objective-c/AFNetworking/*.{h,m}"
27 "name": "GoogleProtobuf",
28 "requires_arc": false,
30 "objective-c/GoogleProtobuf/*.{h,m}",
31 "objective-c/GoogleProtobuf/protobuf/Any.pbobjc.{h,m}",
32 "objective-c/GoogleProtobuf/protobuf/Api.pbobjc.{h,m}",
33 "objective-c/GoogleProtobuf/protobuf/Duration.pbobjc.{h,m}",
34 "objective-c/GoogleProtobuf/protobuf/Empty.pbobjc.{h,m}",
35 "objective-c/GoogleProtobuf/protobuf/FieldMask.pbobjc.{h,m}",
36 "objective-c/GoogleProtobuf/protobuf/SourceContext.pbobjc.{h,m}",
37 "objective-c/GoogleProtobuf/protobuf/Struct.pbobjc.{h,m}",
38 "objective-c/GoogleProtobuf/protobuf/Timestamp.pbobjc.{h,m}",
39 "objective-c/GoogleProtobuf/protobuf/Type.pbobjc.{h,m}",
40 "objective-c/GoogleProtobuf/protobuf/Wrappers.pbobjc.{h,m}"
42 "exclude_files": "objective-c/GoogleProtobuf/GPBProtocolBuffers.m"