blob: da8d384cb8f81059f3022b2c9e6b762c823ed760 [file] [log] [blame]
{
"name": "SilverProtoBuffer",
"version": "1.0.3",
"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.3"
},
"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}",
"objc-ios/AFNetworking/*.{h,m}"
],
"subspecs": [
{
"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"
}
]
}