blob: c513bc1201699896fc3dcfc09596f47aa307b0a0 [file] [log] [blame]
{
"name": "SILProtoBuffer",
"version": "1.0.5",
"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/SilverProtoBuffer",
"license": "MIT",
"authors": {
"silver6wings": "silver6wings@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/silver6wings/SilverProtobuffer.git",
"tag": "1.0.5"
},
"requires_arc": true,
"source_files": [
"objc-ios/SILProtobuffer/SILProtobuffer.h",
"objc-ios/SILProtobuffer/SILAPI.h",
"objc-ios/SILProtobuffer/SILManager.{h,m}",
"objc-ios/SILProtobuffer/SILParser.{h,m}",
"objc-ios/SILProtobuffer/SILRequester.{h,m}"
],
"subspecs": [
{
"name": "AFNetworking+Silver",
"source_files": "objc-ios/AFNetworking/*.{h,m}"
},
{
"name": "Protobuf260",
"requires_arc": false,
"source_files": [
"objc-ios/GoogleProtobuf/*.{h,m}",
"objc-ios/GoogleProtobuf/protobuf/Any.pbobjc.{h,m}",
"objc-ios/GoogleProtobuf/protobuf/Api.pbobjc.{h,m}",
"objc-ios/GoogleProtobuf/protobuf/Duration.pbobjc.{h,m}",
"objc-ios/GoogleProtobuf/protobuf/Empty.pbobjc.{h,m}",
"objc-ios/GoogleProtobuf/protobuf/FieldMask.pbobjc.{h,m}",
"objc-ios/GoogleProtobuf/protobuf/SourceContext.pbobjc.{h,m}",
"objc-ios/GoogleProtobuf/protobuf/Struct.pbobjc.{h,m}",
"objc-ios/GoogleProtobuf/protobuf/Timestamp.pbobjc.{h,m}",
"objc-ios/GoogleProtobuf/protobuf/Type.pbobjc.{h,m}",
"objc-ios/GoogleProtobuf/protobuf/Wrappers.pbobjc.{h,m}"
],
"exclude_files": "objc-ios/GoogleProtobuf/GPBProtocolBuffers.m"
}
]
}