blob: 72b6967f56c15bfc1e57cb11a1bb17ca0deba929 [file] [log] [blame]
{
"name": "SILProtoBuffer",
"version": "1.0.1",
"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.1"
},
"requires_arc": true,
"source_files": "objective-c/SILProtobuffer/*.{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"
}
]
}