[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 6 / f / SilverProtoBuffer / 1.0.3 / SilverProtoBuffer.podspec.json
blobda8d384cb8f81059f3022b2c9e6b762c823ed760
2   "name": "SilverProtoBuffer",
3   "version": "1.0.3",
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/SILProtoBuffer",
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/SILProtobuffer.git",
16     "tag": "1.0.3"
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     "objc-ios/AFNetworking/*.{h,m}"
26   ],
27   "subspecs": [
28     {
29       "name": "Protobuf260",
30       "requires_arc": false,
31       "source_files": [
32         "objc-ios/GoogleProtobuf/*.{h,m}",
33         "objc-ios/GoogleProtobuf/protobuf/Any.pbobjc.{h,m}",
34         "objc-ios/GoogleProtobuf/protobuf/Api.pbobjc.{h,m}",
35         "objc-ios/GoogleProtobuf/protobuf/Duration.pbobjc.{h,m}",
36         "objc-ios/GoogleProtobuf/protobuf/Empty.pbobjc.{h,m}",
37         "objc-ios/GoogleProtobuf/protobuf/FieldMask.pbobjc.{h,m}",
38         "objc-ios/GoogleProtobuf/protobuf/SourceContext.pbobjc.{h,m}",
39         "objc-ios/GoogleProtobuf/protobuf/Struct.pbobjc.{h,m}",
40         "objc-ios/GoogleProtobuf/protobuf/Timestamp.pbobjc.{h,m}",
41         "objc-ios/GoogleProtobuf/protobuf/Type.pbobjc.{h,m}",
42         "objc-ios/GoogleProtobuf/protobuf/Wrappers.pbobjc.{h,m}"
43       ],
44       "exclude_files": "objc-ios/GoogleProtobuf/GPBProtocolBuffers.m"
45     }
46   ]