blob: 5f0047f67fb2f6c9ea4fad41b7768d1040174b56 [file] [log] [blame]
{
"name": "zhiweiTestLib",
"version": "0.0.1",
"summary": "A short description of testLib.",
"description": "testLib",
"homepage": "http://EXAMPLE/testLib",
"license": "MIT",
"authors": {
"liuzhiwei": "liuzhiwei1@100tal.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MisterZhiWei/gitlabTextLib.git",
"tag": "0.0.1"
},
"source_files": [
"WhiteBoarder/Model/*.{h,m}",
"WhiteBoarder/Other/*.{h,m}",
"WhiteBoarder/View/*.{h,m}"
],
"dependencies": {
"SocketRocket": [
"~> 0.5.1"
],
"Protobuf": [
"~> 3.9.0"
],
"YYKit": [
"~> 1.0.9"
],
"SDWebImage": [
"~> 4.2.3"
]
},
"exclude_files": "WhiteBoarder/Model/SocketMessage.pbobjc.{h,m}",
"subspecs": [
{
"name": "no-arc",
"source_files": "WhiteBoarder/Model/SocketMessage.pbobjc.{h,m}",
"requires_arc": false
}
]
}