[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 5 / ProtocolBuffers-Swift / 2.4.3 / ProtocolBuffers-Swift.podspec.json
blobc498c66569b9575eb2280845aad75c71bfb68f9d
2   "name": "ProtocolBuffers-Swift",
3   "version": "2.4.3",
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\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\n    Copyright 2008 Google Inc.\n\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": "2.4.3"
24   },
25   "source_files": "Source/*.{swift}",
26   "requires_arc": true,
27   "frameworks": "Foundation"