blob: 0cb9222eb3baade57b0acac5adfee082e979b12c [file] [log] [blame]
{
"name": "NSQ_SDK",
"version": "0.1.0",
"summary": "A objective-C implementation for NSQ",
"description": " NSQ_SDK is an client libraray in objective-c. It implemented:\n 1. connect to specified host address and port\n 2. subscribe topic and channel to the nsqd\n 3. handle message with block\n",
"homepage": "https://github.com/HagerHu/NSQ_SDK",
"license": "MIT",
"authors": {
"Hager Hu": "hager.hu@gmail.com"
},
"source": {
"git": "https://github.com/HagerHu/NSQ_SDK.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/HagerHu",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"NSQ_SDK": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.3.5"
],
"JSONKit-NoWarning": [
"~> 1.2"
]
}
}