blob: a0b4e318077d8ba670d29d8c34255a7c32c101f5 [file] [log] [blame]
{
"name": "ioschat",
"version": "0.0.12",
"summary": "the gschat ios client",
"description": "gschat ios client app and core libs",
"homepage": "https://github.com/gschat/ioschat",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yayanyang": "yayanyang@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gschat/ioschat.git",
"tag": "v0.0.12"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/**"
},
"subspecs": [
{
"name": "gsrpc",
"source_files": "gsrpc/com/**/*.{h,m}",
"public_header_files": "gsrpc/**/*.h",
"dependencies": {
"objrpc": [
"~> 1.0.0"
]
}
}
]
}