blob: 3376e78d750744caa93635a04edf5045002f49ca [file] [log] [blame]
{
"name": "LMGCDAsyncSocketMiddleware",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/luckymarmot/LMGCDAsyncSocketMiddleware",
"authors": {
"Micha Mazaheri": "micha@luckymarmot.com"
},
"summary": "A middleware for CocoaAsyncSocket's TCP GCDAsyncSocket",
"source": {
"git": "https://github.com/luckymarmot/LMGCDAsyncSocketMiddleware.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.4.3"
],
"CocoaLumberjack": [
"~> 2.0"
]
},
"platforms": {
"ios": "5.0",
"tvos": "9.0",
"osx": "10.7"
}
}