| { |
| "name": "ioschat", |
| "version": "0.0.13", |
| "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.13" |
| }, |
| "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" |
| ] |
| } |
| } |
| ] |
| } |