blob: d38ee7e0e01954570c418f2f99f030e80d44a160 [file] [log] [blame]
{
"name": "ZJSocketLib",
"version": "0.1.0",
"summary": "a pod for socket connection.",
"description": "a pod for socket connection,a pod for socket connection",
"homepage": "https://github.com/ingridzhang/ZJSocketLib",
"license": "MIT",
"authors": {
"ingridzhang": "542727052@qq.com"
},
"source": {
"git": "https://github.com/ingridzhang/ZJSocketLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZJSocketLib": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.4.2"
]
}
}