blob: f8a61e048d69c27c69796170fddf5f093d370304 [file] [log] [blame]
{
"name": "ProtocolBuffers2017",
"version": "2.5.1",
"summary": "An Objective-C implementation of Google proto buffer for iOS.",
"description": "This is An Objective-C implementation of Google proto buffer for iOS.",
"homepage": "https://github.com/hejunbinlan/ProtocolBuffers",
"license": "MIT",
"authors": {
"hejunbinlan": "hejunbinzhuanglan@126.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/hejunbinlan/ProtocolBuffers.git",
"tag": "2.5.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": false,
"prefix_header_contents": [
"#import <Foundation/Foundation.h>",
"#import \"Bootstrap.h\""
]
}