[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 7 / e / SILProtoBuffer / 1.0.5 / SILProtoBuffer.podspec.json
blobc513bc1201699896fc3dcfc09596f47aa307b0a0
2   "name": "SILProtoBuffer",
3   "version": "1.0.5",
4   "summary": "A networking framework based on Google Protobuf v2.6 & AFNetworking that can help you pack APIs",
5   "cocoapods_version": ">= 1.0",
6   "homepage": "https://github.com/silver6wings/SilverProtoBuffer",
7   "license": "MIT",
8   "authors": {
9     "silver6wings": "silver6wings@126.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/silver6wings/SilverProtobuffer.git",
16     "tag": "1.0.5"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "objc-ios/SILProtobuffer/SILProtobuffer.h",
21     "objc-ios/SILProtobuffer/SILAPI.h",
22     "objc-ios/SILProtobuffer/SILManager.{h,m}",
23     "objc-ios/SILProtobuffer/SILParser.{h,m}",
24     "objc-ios/SILProtobuffer/SILRequester.{h,m}"
25   ],
26   "subspecs": [
27     {
28       "name": "AFNetworking+Silver",
29       "source_files": "objc-ios/AFNetworking/*.{h,m}"
30     },
31     {
32       "name": "Protobuf260",
33       "requires_arc": false,
34       "source_files": [
35         "objc-ios/GoogleProtobuf/*.{h,m}",
36         "objc-ios/GoogleProtobuf/protobuf/Any.pbobjc.{h,m}",
37         "objc-ios/GoogleProtobuf/protobuf/Api.pbobjc.{h,m}",
38         "objc-ios/GoogleProtobuf/protobuf/Duration.pbobjc.{h,m}",
39         "objc-ios/GoogleProtobuf/protobuf/Empty.pbobjc.{h,m}",
40         "objc-ios/GoogleProtobuf/protobuf/FieldMask.pbobjc.{h,m}",
41         "objc-ios/GoogleProtobuf/protobuf/SourceContext.pbobjc.{h,m}",
42         "objc-ios/GoogleProtobuf/protobuf/Struct.pbobjc.{h,m}",
43         "objc-ios/GoogleProtobuf/protobuf/Timestamp.pbobjc.{h,m}",
44         "objc-ios/GoogleProtobuf/protobuf/Type.pbobjc.{h,m}",
45         "objc-ios/GoogleProtobuf/protobuf/Wrappers.pbobjc.{h,m}"
46       ],
47       "exclude_files": "objc-ios/GoogleProtobuf/GPBProtocolBuffers.m"
48     }
49   ]