| { |
| "name": "InnotechIMProtocol", |
| "version": "0.1.9", |
| "summary": "a iOS library that lets iOS clients access a qRPC service. You can find out much more about qRPC.", |
| "homepage": "https://github.com/pjocer/qrpc-ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jiguanhu": "jiguanhu@innotechx.com" |
| }, |
| "source": { |
| "git": "https://github.com/pjocer/qrpc-ios.git", |
| "tag": "0.1.9" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "xcconfig": { |
| "ENABLE_BITCODE": "NO", |
| "OTHER_LDFLAGS": "-ObjC" |
| }, |
| "vendored_frameworks": "InnotechIMProtocol/Framework/InnotechIMProtocol.framework" |
| } |