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/SilverProtoBuffer",
9 "silver6wings": "silver6wings@126.com"
15 "git": "https://github.com/silver6wings/SilverProtobuffer.git",
20 "objc-ios/SILProtobuffer/SILProtobuffer.h",
21 "objc-ios/SILProtobuffer/SILAPI.h",
22 "objc-ios/SILProtobuffer/SILManager.{h,m}",
23 "objc-ios/SILProtobuffer/SILParser.{h,m}",
24 "objc-ios/SILProtobuffer/SILRequester.{h,m}"
28 "name": "AFNetworking+Silver",
29 "source_files": "objc-ios/AFNetworking/*.{h,m}"
32 "name": "Protobuf260",
33 "requires_arc": false,
35 "objc-ios/GoogleProtobuf/*.{h,m}",
36 "objc-ios/GoogleProtobuf/protobuf/Any.pbobjc.{h,m}",
37 "objc-ios/GoogleProtobuf/protobuf/Api.pbobjc.{h,m}",
38 "objc-ios/GoogleProtobuf/protobuf/Duration.pbobjc.{h,m}",
39 "objc-ios/GoogleProtobuf/protobuf/Empty.pbobjc.{h,m}",
40 "objc-ios/GoogleProtobuf/protobuf/FieldMask.pbobjc.{h,m}",
41 "objc-ios/GoogleProtobuf/protobuf/SourceContext.pbobjc.{h,m}",
42 "objc-ios/GoogleProtobuf/protobuf/Struct.pbobjc.{h,m}",
43 "objc-ios/GoogleProtobuf/protobuf/Timestamp.pbobjc.{h,m}",
44 "objc-ios/GoogleProtobuf/protobuf/Type.pbobjc.{h,m}",
45 "objc-ios/GoogleProtobuf/protobuf/Wrappers.pbobjc.{h,m}"
47 "exclude_files": "objc-ios/GoogleProtobuf/GPBProtocolBuffers.m"