[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 1 / 3 / NSDSocket.IO / 0.9.0 / NSDSocket.IO.podspec.json
blob4d48e9e8e1270cd67250afa73d58b2c2c1a1742a
2   "name": "NSDSocket.IO",
3   "version": "0.9.0",
4   "summary": "Socket.IO v0.9及其以下",
5   "description": "他人源码,放到pod上方便集成",
6   "homepage": "https://github.com/NeeSDev",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NeeSDev": "niwei.develop@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/NeeSDev/NSDSocket.IO.git",
19     "tag": "0.9.0"
20   },
21   "public_header_files": "NSDSocket.IO.h",
22   "source_files": "NSDSocket.IO.h",
23   "subspecs": [
24     {
25       "name": "Socket.IO",
26       "source_files": "Socket.IO/*.{h,m,c}",
27       "public_header_files": "Socket.IO/*.h"
28     }
29   ]