{ | |
"name": "DDTCPClient", | |
"version": "0.0.6", | |
"summary": "A client of socket", | |
"homepage": "https://github.com/longxdragon/DDTCPClient", | |
"license": "MIT", | |
"authors": { | |
"longxdragon": "longxdragon@163.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/longxdragon/DDTCPClient.git", | |
"tag": "0.0.6" | |
}, | |
"source_files": "Source/DDTCPClient/*.{h,m}", | |
"frameworks": "Foundation", | |
"requires_arc": true, | |
"dependencies": { | |
"CocoaAsyncSocket": [ | |
"~> 7.6.2" | |
] | |
} | |
} |