[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 0 / 5 / ioschat / 0.0.9 / ioschat.podspec.json
blobe57a9b16379601bb0b93773135e2f8ef8408082e
2   "name": "ioschat",
3   "version": "0.0.9",
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   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/gschat/ioschat.git",
19     "tag": "v0.0.9"
20   },
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/**"
23   },
24   "subspecs": [
25     {
26       "name": "gsrpc",
27       "source_files": "gsrpc/com/**/*.{h,m}",
28       "public_header_files": "gsrpc/**/*.h",
29       "dependencies": {
30         "objrpc": [
31           "~> 1.0.0"
32         ]
33       }
34     }
35   ]