[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 6 / 3 / SHSProtoBuf / 0.9 / SHSProtoBuf.podspec.json
blob0629d7ff22ab3d39a2c1627250f3334a87b112ac
2   "name": "SHSProtoBuf",
3   "version": "0.9",
4   "summary": "Objective-C Protocol Buffers 2.5 implementation",
5   "homepage": "https://code.google.com/p/protobuf",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "text": "    Copyright 2010 Booyah Inc.\n    Copyright 2008 Google Inc.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n         http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
9   },
10   "authors": {
11     "Shatunov Sergey": "sshatunov@yandex.ru",
12     "Alexey Khokhlov": "alexeyxo@gmail.com",
13     "David Bonnefoy": null,
14     "Ragy Eleish": "ragy@regwez.com",
15     "Jon Parise": "jon@booyah.com",
16     "Kenton Varda": null,
17     "Sanjay Ghemawat": null,
18     "Jeff Dean": null
19   },
20   "source": {
21     "git": "https://github.com/Serheo/protobuf-objc.git",
22     "tag": "0.9"
23   },
24   "platforms": {
25     "ios": "7.0"
26   },
27   "header_dir": "ProtocolBuffers",
28   "preserve_paths": "README.md",
29   "requires_arc": true,
30   "source_files": "src/runtime/Classes/Descriptor/*.{h,m}",
31   "subspecs": [
32     {
33       "name": "non-arc",
34       "requires_arc": false,
35       "xcconfig": {
36         "WARNING_CFLAGS": "$(inherited) -Wno-missing-prototypes -Wno-format"
37       },
38       "source_files": "src/runtime/Classes/*.{h,m}"
39     }
40   ]