blob: 0629d7ff22ab3d39a2c1627250f3334a87b112ac [file] [log] [blame]
{
"name": "SHSProtoBuf",
"version": "0.9",
"summary": "Objective-C Protocol Buffers 2.5 implementation",
"homepage": "https://code.google.com/p/protobuf",
"license": {
"type": "Apache License, Version 2.0",
"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"
},
"authors": {
"Shatunov Sergey": "sshatunov@yandex.ru",
"Alexey Khokhlov": "alexeyxo@gmail.com",
"David Bonnefoy": null,
"Ragy Eleish": "ragy@regwez.com",
"Jon Parise": "jon@booyah.com",
"Kenton Varda": null,
"Sanjay Ghemawat": null,
"Jeff Dean": null
},
"source": {
"git": "https://github.com/Serheo/protobuf-objc.git",
"tag": "0.9"
},
"platforms": {
"ios": "7.0"
},
"header_dir": "ProtocolBuffers",
"preserve_paths": "README.md",
"requires_arc": true,
"source_files": "src/runtime/Classes/Descriptor/*.{h,m}",
"subspecs": [
{
"name": "non-arc",
"requires_arc": false,
"xcconfig": {
"WARNING_CFLAGS": "$(inherited) -Wno-missing-prototypes -Wno-format"
},
"source_files": "src/runtime/Classes/*.{h,m}"
}
]
}