blob: d9c097e8f12b5ad7aa1a6d3edc0b006d5a82f356 [file] [log] [blame]
{
"name": "SILProtoBuffer",
"version": "1.0.2",
"summary": "A networking framework based on Google Protobuf v2.6 & AFNetworking that can help you pack APIs",
"cocoapods_version": ">= 1.0",
"homepage": "https://github.com/silver6wings/SILProtoBuffer",
"license": "MIT",
"authors": {
"silver6wings": "silver6wings@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/silver6wings/SILProtobuffer.git",
"tag": "1.0.2"
},
"requires_arc": true,
"source_files": [
"objective-c/SILProtobuffer/SILProtobuffer.h",
"objective-c/SILProtobuffer/SILAPI.h",
"objective-c/SILProtobuffer/SILManager.{h,m}",
"objective-c/SILProtobuffer/SILParser.{h,m}",
"objective-c/SILProtobuffer/SILRequester.{h,m}"
],
"subspecs": [
{
"name": "AFNetworking",
"requires_arc": true,
"source_files": "objective-c/AFNetworking/*.{h,m}"
},
{
"name": "GoogleProtobuf",
"requires_arc": false,
"source_files": [
"objective-c/GoogleProtobuf/*.{h,m}",
"objective-c/GoogleProtobuf/protobuf/Any.pbobjc.{h,m}",
"objective-c/GoogleProtobuf/protobuf/Api.pbobjc.{h,m}",
"objective-c/GoogleProtobuf/protobuf/Duration.pbobjc.{h,m}",
"objective-c/GoogleProtobuf/protobuf/Empty.pbobjc.{h,m}",
"objective-c/GoogleProtobuf/protobuf/FieldMask.pbobjc.{h,m}",
"objective-c/GoogleProtobuf/protobuf/SourceContext.pbobjc.{h,m}",
"objective-c/GoogleProtobuf/protobuf/Struct.pbobjc.{h,m}",
"objective-c/GoogleProtobuf/protobuf/Timestamp.pbobjc.{h,m}",
"objective-c/GoogleProtobuf/protobuf/Type.pbobjc.{h,m}",
"objective-c/GoogleProtobuf/protobuf/Wrappers.pbobjc.{h,m}"
],
"exclude_files": "objective-c/GoogleProtobuf/GPBProtocolBuffers.m"
}
]
}