[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 5 / ioschat / 0.0.4 / ioschat.podspec.json
blob1a747becceb39d436615acf7049a7a0661ecf67f
2   "name": "ioschat",
3   "version": "0.0.4",
4   "summary": "the gschat ios client",
5   "description": "gschat ios client app and core libs",
6   "homepage": "https://github.com/gschat/ioschat",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yayanyang": "yayanyang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gschat/ioschat.git",
16     "tag": "v0.0.4"
17   },
18   "xcconfig": {
19     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/**"
20   },
21   "subspecs": [
22     {
23       "name": "gsrpc",
24       "source_files": "gsrpc/com/**/*.{h,m}",
25       "public_header_files": "gsrpc/**/*.h",
26       "dependencies": {
27         "objrpc": [
28           "~> 1.0.0"
29         ]
30       }
31     }
32   ]