blob: 7719aaa263cf61482a968079cb363b55e6c0fe37 [file] [log] [blame]
{
"name": "YINSocket",
"version": "0.0.5",
"summary": "基于CocoaAsyncSocket的封装",
"description": "基于CocoaAsyncSocket的封装 控制心跳 tcp udp",
"homepage": "https://github.com/wangyin1/YINSocket",
"license": "MIT (LICENSE)",
"authors": {
"wangyin1": ""
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/wangyin1/YINSocket.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"CocoaAsyncSocket": [
]
}
}