[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / e / SILProtoBuffer / 1.0.1 / SILProtoBuffer.podspec.json
blob72b6967f56c15bfc1e57cb11a1bb17ca0deba929
2   "name": "SILProtoBuffer",
3   "version": "1.0.1",
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.1"
17   },
18   "requires_arc": true,
19   "source_files": "objective-c/SILProtobuffer/*.{h,m}",
20   "subspecs": [
21     {
22       "name": "AFNetworking",
23       "requires_arc": true,
24       "source_files": "objective-c/AFNetworking/*.{h,m}"
25     },
26     {
27       "name": "GoogleProtobuf",
28       "requires_arc": false,
29       "source_files": [
30         "objective-c/GoogleProtobuf/*.{h,m}",
31         "objective-c/GoogleProtobuf/protobuf/Any.pbobjc.{h,m}",
32         "objective-c/GoogleProtobuf/protobuf/Api.pbobjc.{h,m}",
33         "objective-c/GoogleProtobuf/protobuf/Duration.pbobjc.{h,m}",
34         "objective-c/GoogleProtobuf/protobuf/Empty.pbobjc.{h,m}",
35         "objective-c/GoogleProtobuf/protobuf/FieldMask.pbobjc.{h,m}",
36         "objective-c/GoogleProtobuf/protobuf/SourceContext.pbobjc.{h,m}",
37         "objective-c/GoogleProtobuf/protobuf/Struct.pbobjc.{h,m}",
38         "objective-c/GoogleProtobuf/protobuf/Timestamp.pbobjc.{h,m}",
39         "objective-c/GoogleProtobuf/protobuf/Type.pbobjc.{h,m}",
40         "objective-c/GoogleProtobuf/protobuf/Wrappers.pbobjc.{h,m}"
41       ],
42       "exclude_files": "objective-c/GoogleProtobuf/GPBProtocolBuffers.m"
43     }
44   ]