[Add] CZarSDK 1.1.12
[CocoaPods.git] / Specs / 6 / 9 / 7 / FFNATSClient / 1.0.0 / FFNATSClient.podspec.json
bloba1bbe4bcc51e22cfbe4b953b49a1dbce2271ff30
2   "name": "FFNATSClient",
3   "version": "1.0.0",
4   "summary": "NATS",
5   "description": "利用webScocket封装成NATS消息中间件",
6   "homepage": "https://github.com/RobenLo/FFNATSClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Roben": "15056568157@163.com"
13   },
14   "source": {
15     "git": "https://github.com/RobenLo/FFNATSClient.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "FFNATSClient/Classes/*",
22   "public_header_files": "Pod/Classes/*.h",
23   "dependencies": {
24     "SocketRocket": [
26     ]
27   }