blob: edb6dc8f181b0464315d3c3fb01bab73929463e6 [file] [log] [blame]
{
"name": "SILProtoBuffer",
"version": "1.0.0",
"summary": "Google Protobuffer v2.6 that easy to use",
"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.0"
},
"source_files": [
"GoogleProtoBuffer/*.{h,m}",
"GoogleProtoBuffer/protobuf/Any.pbobjc.{h,m}",
"GoogleProtoBuffer/protobuf/Api.pbobjc.{h,m}",
"GoogleProtoBuffer/protobuf/Duration.pbobjc.{h,m}",
"GoogleProtoBuffer/protobuf/Empty.pbobjc.{h,m}",
"GoogleProtoBuffer/protobuf/FieldMask.pbobjc.{h,m}",
"GoogleProtoBuffer/protobuf/SourceContext.pbobjc.{h,m}",
"GoogleProtoBuffer/protobuf/Struct.pbobjc.{h,m}",
"GoogleProtoBuffer/protobuf/Timestamp.pbobjc.{h,m}",
"GoogleProtoBuffer/protobuf/Type.pbobjc.{h,m}",
"GoogleProtoBuffer/protobuf/Wrappers.pbobjc.{h,m}"
],
"exclude_files": "GoogleProtoBuffer/GPBProtocolBuffers.m",
"requires_arc": false
}