[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 0 / Protobuf-objc / 0.0.1 / Protobuf-objc.podspec.json
blob8764fb3e03a9d1747ecd410b3ac1a8728818d7ae
2   "name": "Protobuf-objc",
3   "version": "0.0.1",
4   "summary": "An implementation of Protocol Buffers in Objective C.",
5   "description": "                        This is a modified ARC enabled version of the Protocol Buffers in Objective C project.\n                        It is optimized for iOS5 and up. This version is updated for Protobuf 2.5.\n\n                        Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.\n                        This project is based on an implementation of Protocol Buffers from Google.\n                        See the Google protobuf project for more information.\n",
6   "homepage": "https://code.google.com/p/metasyntactic/wiki/ProtocolBuffers",
7   "license": "Apache 2.0",
8   "authors": [
9     "Kenton Varda",
10     "Sanjay Ghemawat",
11     "Jeff Dean"
12   ],
13   "source": {
14     "git": "https://github.com/Superbil/protobuf-objc.git",
15     "commit": "4c4c419155da9c2705530ed2721595f7c8bd293a"
16   },
17   "header_dir": "ProtocolBuffers",
18   "source_files": "src/runtime/Classes/*.{h,m}",
19   "xcconfig": {
20     "WARNING_CFLAGS": "$(inherited) -Wno-missing-prototypes -Wno-format"
21   },
22   "preserve_paths": "README.md",
23   "platforms": {
24     "ios": "5.0"
25   },
26   "requires_arc": true