blob: 4d48e9e8e1270cd67250afa73d58b2c2c1a1742a [file] [log] [blame]
{
"name": "NSDSocket.IO",
"version": "0.9.0",
"summary": "Socket.IO v0.9及其以下",
"description": "他人源码,放到pod上方便集成",
"homepage": "https://github.com/NeeSDev",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NeeSDev": "niwei.develop@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/NeeSDev/NSDSocket.IO.git",
"tag": "0.9.0"
},
"public_header_files": "NSDSocket.IO.h",
"source_files": "NSDSocket.IO.h",
"subspecs": [
{
"name": "Socket.IO",
"source_files": "Socket.IO/*.{h,m,c}",
"public_header_files": "Socket.IO/*.h"
}
]
}