[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / d / a / ProtocolBuffers2017 / 2.5.1 / ProtocolBuffers2017.podspec.json
blobf8a61e048d69c27c69796170fddf5f093d370304
2   "name": "ProtocolBuffers2017",
3   "version": "2.5.1",
4   "summary": "An Objective-C implementation of Google proto buffer for iOS.",
5   "description": "This is An Objective-C implementation of Google proto buffer for iOS.",
6   "homepage": "https://github.com/hejunbinlan/ProtocolBuffers",
7   "license": "MIT",
8   "authors": {
9     "hejunbinlan": "hejunbinzhuanglan@126.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/hejunbinlan/ProtocolBuffers.git",
16     "tag": "2.5.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": false,
24   "prefix_header_contents": [
25     "#import <Foundation/Foundation.h>",
26     "#import \"Bootstrap.h\""
27   ]