[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 7 / 4 / NSQ_SDK / 0.1.0 / NSQ_SDK.podspec.json
blob0cb9222eb3baade57b0acac5adfee082e979b12c
2   "name": "NSQ_SDK",
3   "version": "0.1.0",
4   "summary": "A objective-C implementation for NSQ",
5   "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",
6   "homepage": "https://github.com/HagerHu/NSQ_SDK",
7   "license": "MIT",
8   "authors": {
9     "Hager Hu": "hager.hu@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/HagerHu/NSQ_SDK.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/HagerHu",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "NSQ_SDK": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "dependencies": {
28     "CocoaAsyncSocket": [
29       "~> 7.3.5"
30     ],
31     "JSONKit-NoWarning": [
32       "~> 1.2"
33     ]
34   }