blob: d2ffa41928df57a9f69adc180d210361e2de45d7 [file] [log] [blame]
{
"name": "UME_Protobuf",
"version": "1.0.0",
"summary": "Protocol Buffer",
"description": "用于支持Protocol Buffer协议的第三方库",
"homepage": "http://gitlab.travelsky.com/Clone_Pods/Protobuf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liding": "dli@travelsky.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "http://gitlab.travelsky.com/dli/Protobuf.git",
"tag": "1.0.0"
},
"source_files": "UME_Protobuf/UME_Protobuf/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5.0"
]
}
}