blob: 7730d4912da6761de791945ba4ebc7746e8b37fd [file] [log] [blame]
{
"name": "protobuf-ios",
"version": "2.3.2",
"summary": "An Objective-C implementation of Google proto buffer for iOS",
"description": " An Objective-C implementation of Google proto buffer for iOS\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.2"
},
"social_media_url": "https://github.com/mingchen/protobuf-ios",
"platforms": {
"ios": "5.0"
},
"requires_arc": false,
"source_files": "runtime/protobuf-ios/Classes",
"ios": {
"exclude_files": ""
},
"osx": {
"exclude_files": ""
}
}