blob: 58cc43e7e24aa1fd18d3cae6d5fdfa16f0803a67 [file] [log] [blame]
{
"name": "protobuf-ios",
"version": "2.3.1",
"summary": "Google proto buffer for iOS written in Objective-C",
"description": " Google proto buffer for iOS written in Objective-C\n\n * Support write to / parse from delimited stream (protobuf 2.3 feature).\n",
"homepage": "https://github.com/mingchen/protobuf-ios",
"license": "MIT",
"authors": {
"Ming Chen": "mockey.chen@gmail.com"
},
"source": {
"git": "https://github.com/mingchen/protobuf-ios.git",
"tag": "2.3.1"
},
"social_media_url": "https://github.com/mingchen/protobuf-ios",
"requires_arc": false,
"source_files": "runtime/protobuf-ios/Classes",
"ios": {
"exclude_files": ""
},
"osx": {
"exclude_files": ""
}
}