blob: 86f54e3ea1f31497112c850e297362d0487aec39 [file] [log] [blame]
{
"name": "ioschat",
"version": "0.0.6",
"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.6"
},
"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"
]
}
}
]
}