blob: 3ebd6262c1e9dada1937ea7a692f583eba650ab7 [file] [log] [blame]
{
"name": "ioschat",
"version": "0.0.11",
"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.11"
},
"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"
]
}
}
]
}