[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 9 / 4 / 5 / ProtocolBuffers-Swift / 3.0.0 / ProtocolBuffers-Swift.podspec.json
blobc2d752b5b3e21a4cccd8dfb5ad2f27e120301765
2   "name": "ProtocolBuffers-Swift",
3   "version": "3.0.0",
4   "summary": "Protocol Buffers for Swift",
5   "homepage": "http://protobuf.io#swift",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "text": "    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    http://www.apache.org/licenses/LICENSE-2.0\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    Copyright 2008 Google Inc.\n"
9   },
10   "documentation_url": "https://github.com/alexeyxo/protobuf-swift",
11   "authors": {
12     "Alexey Khokhlov": "alexeyxo@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "module_name": "ProtocolBuffers",
21   "source": {
22     "git": "https://github.com/alexeyxo/protobuf-swift.git",
23     "tag": "3.0.0"
24   },
25   "source_files": "Source/*.{swift}",
26   "requires_arc": true,
27   "frameworks": "Foundation"