blob: 7466bde5331d005debdaf195d9359b3bd48f0383 [file] [log] [blame]
{
"name": "XJAsyncSocket",
"version": "0.0.1",
"summary": "A short description of XJAsyncSocket.",
"description": "CocoaAsyncSocket,建立IM长连接封装",
"homepage": "https://github.com/alienJion/XJAsyncSocket",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"alienJion": "alienvvip@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/alienJion/XJAsyncSocket.git",
"tag": "0.0.1"
},
"dependencies": {
"CocoaAsyncSocket": [
]
},
"source_files": "**/*/*.{h,m}",
"subspecs": [
{
"name": "XJAsyncSocket",
"frameworks": "UIKit"
}
]
}