blob: b41ea90c820b6cd1df101765c743991ea99258ed [file] [log] [blame]
{
"name": "ioschat",
"version": "0.0.3",
"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"
},
"source": {
"git": "https://github.com/gschat/ioschat.git",
"tag": "v0.0.3"
},
"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"
]
}
}
]
}