blob: 9938fa76feae98b821d7d2008de7d317e158f7c0 [file] [log] [blame]
{
"name": "ProtocolBuffers",
"version": "1.9.8",
"summary": "Protocol Buffers for Objective-C",
"description": " An implementation of Protocol Buffers 2.6 in Objective C.\n\n Supported arm64 and early architectures. This realisation\n contains only ARC version of library.\n\n Protocol Buffers are a way of encoding structured data\n in an efficient yet extensible format.\n This project is based on an implementation of Protocol\n Buffers from Google.\n\n",
"homepage": "http://protobuf.io#objc",
"license": {
"type": "Apache License, Version 2.0",
"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"
},
"documentation_url": "https://github.com/alexeyxo/protobuf-objc",
"authors": {
"Alexey Khokhlov": "alexeyxo@gmail.com"
},
"source": {
"git": "https://github.com/alexeyxo/protobuf-objc.git",
"tag": "1.9.8"
},
"module_name": "ProtocolBuffers",
"header_dir": "ProtocolBuffers",
"public_header_files": "src/runtime/Classes/*.h",
"source_files": "src/runtime/Classes/*.{h,m}",
"preserve_paths": "README.md",
"frameworks": "Foundation",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true
}