blob: a389a3bb6046117c01958139809748fd597ff4b8 [file] [log] [blame]
{
"name": "ProtocolBuffers",
"version": "1.9.11",
"summary": "Protocol Buffers for Objective-C",
"description": "An implementation of Protocol Buffers 2.6 in Objective C.\n\nSupported arm64 and early architectures. This realisation\ncontains only ARC version of library.\n\nProtocol Buffers are a way of encoding structured data\nin an efficient yet extensible format.\nThis project is based on an implementation of Protocol\nBuffers from Google.",
"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.11"
},
"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",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true
}